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 /Main.hs | |
| parent | de9e80d18816cd11c4b7785e635a3fb0dfe0433a (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@23 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Main.hs')
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ main :: IO () main = do let conf = load conf' <- conf -- Extract Conf from the IO Monad - connect conf' makeConf + ircConnect conf' makeConf r = main |
