summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-26 22:40:46 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-26 22:40:46 +0000
commitccb19d069074ef79a0c703aa9a343c1e3368fc82 (patch)
tree299641a998644e0861569eec985b27381ac0fd4b
parentaf903e0031288f6e4f1c8a63db8ef9efc63f8b91 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@42 9f8f72e9-4bf4-416e-b76e-7d4203597157
-rw-r--r--IRC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRC.hs b/IRC.hs
index 6bf94ff..d516e3f 100644
--- a/IRC.hs
+++ b/IRC.hs
@@ -63,7 +63,7 @@ ircStart (DispatchEnv state conf dispatch) = do
ircEvalLoop h (DispatchEnv state { currentChannel = ircChannel } conf dispatch)
return ()
-ircEvalLoop :: Handle -> Env -> IO Env
+ircEvalLoop :: Handle -> Env -> IO ()
ircEvalLoop h env = do
t <- hGetLine h
let s = init t