summaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2009-08-06 00:11:14 +0200
committerJulien Dessaux2009-08-06 00:11:14 +0200
commitb9c8e4d404c444d57fe7320c25ba0654d9c5193c (patch)
tree98796cc7cf2b74b51feaf6214c5b1ae8c49688d8 /Config.hs
parentrenamed "Server" algebraic data type to "IrcServer" (diff)
downloadhsbot-b9c8e4d404c444d57fe7320c25ba0654d9c5193c.tar.gz
hsbot-b9c8e4d404c444d57fe7320c25ba0654d9c5193c.tar.bz2
hsbot-b9c8e4d404c444d57fe7320c25ba0654d9c5193c.zip
Added IRC connection and initialisation stuff.
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."