summaryrefslogtreecommitdiff
path: root/HsBot/Base.hs
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 17:26:52 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 17:26:52 +0000
commitd80cee1ecddeb75e54de767c35f04a9a004eed12 (patch)
tree87d9f1cde449312972ccc0c9bd18ef7374ce5cac /HsBot/Base.hs
parent55d68bd70662f906b69b49979e22ead3fcc4178f (diff)
* renamed HsBot.Callbacks.Callback into HsBot.Callbacks.Base
* all callbacks are now stored in the datatype Callback. git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@66 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base.hs')
-rw-r--r--HsBot/Base.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HsBot/Base.hs b/HsBot/Base.hs
index 8f6d099..1c3d4a4 100644
--- a/HsBot/Base.hs
+++ b/HsBot/Base.hs
@@ -18,7 +18,7 @@ startBase = do
state' <- state -- Extract State from the IO Monad
ircStart (DispatchEnv state' conf dispatch)
-dispatch :: Dispatch
+dispatch :: DispatchFunction
dispatch msg sendMessage env@(Env state conf) = dispatch' msg
where
dispatch' ('!':_) =