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