diff options
author | Julien Dessaux | 2009-08-06 00:11:14 +0200 |
---|---|---|
committer | Julien Dessaux | 2009-08-06 00:11:14 +0200 |
commit | b9c8e4d404c444d57fe7320c25ba0654d9c5193c (patch) | |
tree | 98796cc7cf2b74b51feaf6214c5b1ae8c49688d8 /Config.hs | |
parent | renamed "Server" algebraic data type to "IrcServer" (diff) | |
download | hsbot-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.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." |