diff options
Diffstat (limited to 'HsBot/Base.hs')
| -rw-r--r-- | HsBot/Base.hs | 2 |
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' ('!':_) = |
