summaryrefslogtreecommitdiff
path: root/HsBot/Logics
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 13:32:02 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 13:32:02 +0000
commiteb0ca70a636183fea73d884e20a48ac6120066bc (patch)
tree21ba24da99c38fd58a2758876a9bb39af94dc19c /HsBot/Logics
parent4f80cd186f21d9bb6fb3c0ae31e7626c21f531c6 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@54 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Logics')
-rw-r--r--HsBot/Logics/Dummy.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/HsBot/Logics/Dummy.hs b/HsBot/Logics/Dummy.hs
deleted file mode 100644
index edc8056..0000000
--- a/HsBot/Logics/Dummy.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-module HsBot.Callbacks.Dummy (dummyRun) where
-
-import HsBot.Base.Env
-import HsBot.Base.State
-
-dummyRun :: String -> SendMessage -> Env -> IO Env
-dummyRun str sendMessage env@(Env state _) = do
- putStrLn $ "::::" ++ str
- return (env)
-