diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 11:00:50 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 11:00:50 +0000 |
| commit | 6f5773590d2a1453aba3c47bcca286c4ffeb93bd (patch) | |
| tree | be510250bd3afee9167d1ec6dc4f63808b172cae /HsBot/Logics.hs | |
| parent | 08e80e41af814eb3d6bc21c72e0830f0fc1e8c6c (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@48 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Logics.hs')
| -rw-r--r-- | HsBot/Logics.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/HsBot/Logics.hs b/HsBot/Logics.hs index 5b534e5..01eda7c 100644 --- a/HsBot/Logics.hs +++ b/HsBot/Logics.hs @@ -1,10 +1,6 @@ module HsBot.Logics (logicsRun) where import HsBot.Env -import HsBot.Logics.IRCKarma - -class Logics where - logicRun :: String -> Env -> IO Env logicsRun :: String -> Env -> IO Env logicsRun str env = return (env) |
