summaryrefslogtreecommitdiff
path: root/HsBot/Callbacks/StoreMessages.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HsBot/Callbacks/StoreMessages.hs')
-rw-r--r--HsBot/Callbacks/StoreMessages.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/HsBot/Callbacks/StoreMessages.hs b/HsBot/Callbacks/StoreMessages.hs
index b5d043a..673cc38 100644
--- a/HsBot/Callbacks/StoreMessages.hs
+++ b/HsBot/Callbacks/StoreMessages.hs
@@ -1,9 +1,11 @@
module HsBot.Callbacks.StoreMessages (storeMessages) where
+import HsBot.Callbacks.Callback
+
import HsBot.Base.Env
import HsBot.Base.State
-storeMessages :: String -> SendMessage -> Env -> IO Env
+storeMessages :: CallbackFunction
storeMessages str sendMessage env@(Env state _) = do
return (env)