diff options
Diffstat (limited to '')
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ import Hsbot.Core kro = IrcServer { address = "kro.corp" , port = 6667 - , channels = ["#geek"] + , channels = ["#geek", "#shbot"] , nickname = "hsbot" , password = "" , realname = "The One True bot, with it's haskell soul." |