diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-16 20:54:13 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-16 20:54:13 +0000 |
| commit | e439488acb7e8a71703f8cb3d4e70340652359d3 (patch) | |
| tree | 9921fb8a419f47b269f6ef1c1a56a157c939639a /Main.hs | |
| parent | d3dc3957e68ea83e348897b3b9d6fe3e280b5d11 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@33 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Main.hs')
| -rw-r--r-- | Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ r :: IO () r = main dispatch :: Dispatch -dispatch cmd sendMessage env@(Env state conf _) = +dispatch cmd sendMessage env@(EnvWoDispatch state conf) = let commands = [ Cmd "!h" "Prints help" printHelp, Cmd "!i" "Prints infos" printInfos, |
