diff options
author | Teddy Wing | 2017-08-20 17:37:53 +0200 |
---|---|---|
committer | Teddy Wing | 2017-08-20 17:38:47 +0200 |
commit | b8d535020feeea4233306c2063f19c25f383384f (patch) | |
tree | 67df7a789f8ecbec27cdc9d405a8458071d29c1c /src/Lib.hs | |
parent | 942cadabb2e438fd6beaf7702c379ff71cd3030d (diff) | |
download | sorbot-b8d535020feeea4233306c2063f19c25f383384f.tar.bz2 |
CliOptions: Add command line option for language
Provide a way to switch languages when starting the bot.
Diffstat (limited to 'src/Lib.hs')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,5 +13,5 @@ import Plugin someFunc :: IO () someFunc = do + parseOptions connectIRC "irc.freenode.net" 6697 "test-bot-7890asdf" - -- parseOptions |