diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-14 12:06:58 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-14 12:06:58 +0000 |
| commit | d102f483205bf2969ddf60063ba2b03c0c2b508a (patch) | |
| tree | 3e0d930c423d54f0b8788fafd94abc6fdea9b6ac /Conf.hs | |
| parent | de9e80d18816cd11c4b7785e635a3fb0dfe0433a (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.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
