summaryrefslogtreecommitdiff
path: root/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2009-08-07 00:10:45 +0200
committerJulien Dessaux2009-08-07 00:10:45 +0200
commit2f270f8bdf0e5f226e9e54881ec71a2bde465b71 (patch)
tree7e127a649f508554ee36d036f5fae34028cd8dfa /Config.hs
parentAdded IRC connection and initialisation stuff. (diff)
downloadhsbot-2f270f8bdf0e5f226e9e54881ec71a2bde465b71.tar.gz
hsbot-2f270f8bdf0e5f226e9e54881ec71a2bde465b71.tar.bz2
hsbot-2f270f8bdf0e5f226e9e54881ec71a2bde465b71.zip
Refactored some minor stuff
Diffstat (limited to '')
-rw-r--r--Config.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 05b2bed..a2c5a39 100644
--- a/Config.hs
+++ b/Config.hs
@@ -7,6 +7,7 @@ import Hsbot.Core
-- | Imported plugins goes there
-- | User server
+kro :: IrcServer
kro = IrcServer
{ address = "kro.corp"
, port = 6667