diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 10:47:49 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 10:47:49 +0000 |
| commit | 4d5291b0a054c26f3c55ece0dbd837590bc82bd3 (patch) | |
| tree | ac1227a87345f1a0a486894e6ab76e62f6dc550f /HsBot | |
| parent | 3911a1935535df6d65694339e7f7140714379b56 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@46 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot')
| -rw-r--r-- | HsBot/Logics/AI.hs | 6 |
1 files changed, 6 insertions, 0 deletions
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) |
