diff options
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ localhost :: IrcServer localhost = IrcServer { serverAddress = "localhost" , serverPort = PortNumber 6667 - , joinChannels = ["#shbot"] + , joinChannels = ["#shbot", "#geek"] , nickname = "hsbot" , password = "" , realname = "The One True bot, with it's haskell soul." |