summaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.hs b/Config.hs
index a635292..05b2bed 100644
--- a/Config.hs
+++ b/Config.hs
@@ -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."