summaryrefslogtreecommitdiff
path: root/Conf.hs
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-14 12:06:58 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-14 12:06:58 +0000
commitd102f483205bf2969ddf60063ba2b03c0c2b508a (patch)
tree3e0d930c423d54f0b8788fafd94abc6fdea9b6ac /Conf.hs
parentde9e80d18816cd11c4b7785e635a3fb0dfe0433a (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@23 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Conf.hs')
-rw-r--r--Conf.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Conf.hs b/Conf.hs
index b4b2477..33be1dd 100644
--- a/Conf.hs
+++ b/Conf.hs
@@ -14,6 +14,7 @@ makeConf = M.fromList
, ("ircChannel", "#buetow.org")
, ("ircNick", "hotdog")
, ("ircPort", "6667")
+ , ("ircUser", "hsbot.haskell.eu")
]
get :: (Monad m) => String -> Conf -> m String