diff options
author | Julien Dessaux | 2010-04-22 00:05:35 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-04-22 00:10:13 +0200 |
commit | d922240e9a28680d48014604576620d7fc5aa605 (patch) | |
tree | 60185f299eebb04d8da9b79e9afd011d6147e411 /TODO | |
parent | Make the main thread exit cleanly in case of connection loss. (diff) | |
download | hsbot-d922240e9a28680d48014604576620d7fc5aa605.tar.gz hsbot-d922240e9a28680d48014604576620d7fc5aa605.tar.bz2 hsbot-d922240e9a28680d48014604576620d7fc5aa605.zip |
Wrote the list plugin command.
Diffstat (limited to '')
-rw-r--r-- | TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,10 +1,7 @@ :julien!~julien@ogu21.corp PRIVMSG #shbot :@quote graou snif -* write a safe reload : try reload before unloading -* discard all trace with a color param and replace those with functions info/warn/error/debug - +* Write the quote module * clean the plugin module -* list modules command * part chan * add admin checks for cmds @@ -13,6 +10,6 @@ * Handle unix signals properly * Make the bot auto-reconnect (/!\ admin plugin!) - -* restore \r in IRCParser +* discard all trace with a color param and replace those with functions info/warn/error/debug +* write a safe reload : try reload before unloading |