diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 11:31:45 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-28 11:31:45 +0000 |
| commit | 3d7e9915c4fab6f91f11b3de66ac8bbcb8b3c0c7 (patch) | |
| tree | 7b9e58acf61adedef9c9f50600bde91a75e10075 /HsBot/Base.hs | |
| parent | 80ff91aa5d6cda6adc1c97dc39b950dd7daed9d5 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@51 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'HsBot/Base.hs')
| -rw-r--r-- | HsBot/Base.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HsBot/Base.hs b/HsBot/Base.hs index a349fad..f2b1139 100644 --- a/HsBot/Base.hs +++ b/HsBot/Base.hs @@ -27,7 +27,7 @@ dispatch msg sendMessage env@(Env state conf) = dispatch' msg cmdAction state return (env) Nothing -> return (env) - dispatch' _ = logicsRun msg env + dispatch' _ = logicsRun msg sendMessage env commands = [ Cmd "!h" "Prints help" printHelp, Cmd "!i" "Prints infos" printInfos, |
