From 4d5291b0a054c26f3c55ece0dbd837590bc82bd3 Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 28 Mar 2010 10:47:49 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@46 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- HsBot/Logics/AI.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HsBot/Logics/AI.hs (limited to 'HsBot') diff --git a/HsBot/Logics/AI.hs b/HsBot/Logics/AI.hs new file mode 100644 index 0000000..9deaca4 --- /dev/null +++ b/HsBot/Logics/AI.hs @@ -0,0 +1,6 @@ +module HsBot.AI (aiRun) where + +import HsBot.Env + +aiRun :: String -> Env -> IO Env +aiRun str env = return (env) -- cgit v1.2.3