diff options
author | Julien Dessaux | 2010-01-22 18:45:20 +0100 |
---|---|---|
committer | Julien Dessaux | 2010-02-04 20:57:10 +0100 |
commit | 047a10bc9b9ef348ab57cbb58c6940a0858c38ac (patch) | |
tree | 3c83df8f556c400d855da6e539b3c11f52457b79 /Config.hs | |
parent | Rewrote command handling, added the Quote module and cleaned input handling. (diff) | |
download | hsbot-047a10bc9b9ef348ab57cbb58c6940a0858c38ac.tar.gz hsbot-047a10bc9b9ef348ab57cbb58c6940a0858c38ac.tar.bz2 hsbot-047a10bc9b9ef348ab57cbb58c6940a0858c38ac.zip |
Fixed some types' functions.
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,9 +14,9 @@ defaultPlugins = [ "Ping", "Quote" ] -- | User server kro :: IrcServer kro = IrcServer - { address = "kro.corp" - , port = PortNumber 6667 - , channels = ["#shbot"] + { serverAddress = "perseus" + , serverPort = PortNumber 6667 + , joinChannels = ["#shbot"] , nickname = "hsbot" , password = "" , realname = "The One True bot, with it's haskell soul." |