From b8d535020feeea4233306c2063f19c25f383384f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Aug 2017 17:37:53 +0200 Subject: CliOptions: Add command line option for language Provide a way to switch languages when starting the bot. --- src/Lib.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Lib.hs') diff --git a/src/Lib.hs b/src/Lib.hs index f08b289..ba89bf7 100644 --- a/src/Lib.hs +++ b/src/Lib.hs @@ -13,5 +13,5 @@ import Plugin someFunc :: IO () someFunc = do + parseOptions connectIRC "irc.freenode.net" 6697 "test-bot-7890asdf" - -- parseOptions -- cgit v1.2.3