diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-05-15 18:03:15 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-05-15 18:03:15 +0000 |
| commit | c675c92a06761d6b28f8fdda8cc418b64a040c9a (patch) | |
| tree | ab99e34875ca832a867a73cc4fc0dc94cd5be6f4 /HsBot/Callbacks/Base.hs | |
| parent | d80cee1ecddeb75e54de767c35f04a9a004eed12 (diff) | |
renamed Callbacks into Plugins
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@67 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Callbacks/Base.hs')
| -rw-r--r-- | HsBot/Callbacks/Base.hs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/HsBot/Callbacks/Base.hs b/HsBot/Callbacks/Base.hs deleted file mode 100644 index 40e9769..0000000 --- a/HsBot/Callbacks/Base.hs +++ /dev/null @@ -1,13 +0,0 @@ -module HsBot.Callbacks.Base where - -import HsBot.Base.Env -import HsBot.Base.State - -type CallbackFunction = String -> SendMessage -> Env -> IO Env - -data Callback a = Callback { - cbPrio :: Integer, - cbFunction :: CallbackFunction -} - - |
