diff options
author | Julien Dessaux | 2010-02-04 20:55:54 +0100 |
---|---|---|
committer | Julien Dessaux | 2010-02-04 20:55:54 +0100 |
commit | 53870767c32f61f756861d7bf18b5a55cd45a2e2 (patch) | |
tree | 2cb6b79ecaa039f472a220b26ce2af44d52b488c /Hsbot/Utils.hs | |
parent | Implemented unregisterCommand. (diff) | |
download | hsbot-53870767c32f61f756861d7bf18b5a55cd45a2e2.tar.gz hsbot-53870767c32f61f756861d7bf18b5a55cd45a2e2.tar.bz2 hsbot-53870767c32f61f756861d7bf18b5a55cd45a2e2.zip |
Rewrote command handling, added the Quote module and cleaned input handling.
Diffstat (limited to 'Hsbot/Utils.hs')
-rw-r--r-- | Hsbot/Utils.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hsbot/Utils.hs b/Hsbot/Utils.hs index 640d16f..1c40362 100644 --- a/Hsbot/Utils.hs +++ b/Hsbot/Utils.hs @@ -31,3 +31,8 @@ trace msg = putStrLn msg traceM :: String -> IrcBot () traceM msg = liftIO $ putStrLn msg +----------------- +-- | Helpers | -- +----------------- +-- sendRegister + |