From eb0ca70a636183fea73d884e20a48ac6120066bc Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 28 Mar 2010 13:32:02 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@54 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- HsBot/Logics/Dummy.hs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 HsBot/Logics/Dummy.hs (limited to 'HsBot/Logics') 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) - -- cgit v1.2.3