diff options
Diffstat (limited to '')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,9 @@ :julien!~julien@ogu21.corp PRIVMSG #shbot :@quote graou snif +* Find a way to prevent the socket from being garbage collected, by writing a connection handler for example +* Design another way to launch and manage hsbot and it's configuration * Find a way to handle bot reloading threw exec +* Find a way so that not a single message/information would be lost in the case of a reboot * write the vote system for the quote module * only the quote reporter should be able to edit it @@ -20,10 +23,8 @@ * add register for casual conversations for plugins? * add a "I have stuff to save so don't kill me too hard" status for plugins -* Handle unix signals properly * 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 - |