diff options
author | Julien Dessaux | 2010-04-25 17:46:13 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-04-26 14:13:16 +0200 |
commit | c20cfe88b326a9f155364de8f1503e42edb64075 (patch) | |
tree | 12c6ab1bb705983b7ce18e4aef33a01cd82dd1f8 /TODO | |
parent | Some refactoring + cosmetics. (diff) | |
download | hsbot-c20cfe88b326a9f155364de8f1503e42edb64075.tar.gz hsbot-c20cfe88b326a9f155364de8f1503e42edb64075.tar.bz2 hsbot-c20cfe88b326a9f155364de8f1503e42edb64075.zip |
Added the quote module.
Diffstat (limited to '')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,5 @@ :julien!~julien@ogu21.corp PRIVMSG #shbot :@quote graou snif -* Write the quote module * write the vote system for the quote module * only the quote reporter should be able to edit it * detect too identical quoting in a raw, or implement quote abort @@ -23,4 +22,6 @@ * Make the bot auto-reconnect (/!\ admin plugin!) * discard all trace with a color param and replace those with functions info/warn/error/debug * write a safe reload : try reload before unloading +* remove from Types.hs what can be removed from it + |