diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-26 22:40:46 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-26 22:40:46 +0000 |
| commit | ccb19d069074ef79a0c703aa9a343c1e3368fc82 (patch) | |
| tree | 299641a998644e0861569eec985b27381ac0fd4b | |
| parent | af903e0031288f6e4f1c8a63db8ef9efc63f8b91 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@42 9f8f72e9-4bf4-416e-b76e-7d4203597157
| -rw-r--r-- | IRC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
