summaryrefslogtreecommitdiff
path: root/HsBot/Base.hs
diff options
context:
space:
mode:
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' ('!':_) =