diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-05-15 17:26:52 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-05-15 17:26:52 +0000 |
| commit | d80cee1ecddeb75e54de767c35f04a9a004eed12 (patch) | |
| tree | 87d9f1cde449312972ccc0c9bd18ef7374ce5cac /HsBot/Base.hs | |
| parent | 55d68bd70662f906b69b49979e22ead3fcc4178f (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.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' ('!':_) = |
