summaryrefslogtreecommitdiff
path: root/HsBot/Callbacks/StoreMessages.hs
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 18:03:15 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-05-15 18:03:15 +0000
commitc675c92a06761d6b28f8fdda8cc418b64a040c9a (patch)
treeab99e34875ca832a867a73cc4fc0dc94cd5be6f4 /HsBot/Callbacks/StoreMessages.hs
parentd80cee1ecddeb75e54de767c35f04a9a004eed12 (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/StoreMessages.hs')
-rw-r--r--HsBot/Callbacks/StoreMessages.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/HsBot/Callbacks/StoreMessages.hs b/HsBot/Callbacks/StoreMessages.hs
deleted file mode 100644
index 0a7ab4d..0000000
--- a/HsBot/Callbacks/StoreMessages.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module HsBot.Callbacks.StoreMessages (makeStoreMessages) where
-
-import HsBot.Callbacks.Base
-
-import HsBot.Base.Env
-import HsBot.Base.State
-
-storeMessages :: CallbackFunction
-storeMessages str sendMessage env@(Env state _) = do
- return (env)
-
-makeStoreMessages = Callback 0 storeMessages