diff options
author | Julien Dessaux | 2010-04-21 22:58:34 +0200 |
---|---|---|
committer | Julien Dessaux | 2010-04-21 23:01:02 +0200 |
commit | 50b21c21ee92a5dbc220022772c74b288e327e5d (patch) | |
tree | bb80d771cc3fead70ccbba1717413a90c329c17c /TODO | |
parent | Add the IrcMsg as an optional parameter for an internal command. (diff) | |
download | hsbot-50b21c21ee92a5dbc220022772c74b288e327e5d.tar.gz hsbot-50b21c21ee92a5dbc220022772c74b288e327e5d.tar.bz2 hsbot-50b21c21ee92a5dbc220022772c74b288e327e5d.zip |
Make the main thread exit cleanly in case of connection loss.
Diffstat (limited to '')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,5 @@ :julien!~julien@ogu21.corp PRIVMSG #shbot :@quote graou snif -* Solve the catching that never happen in main -* throwto exception to main thread * write a safe reload : try reload before unloading * discard all trace with a color param and replace those with functions info/warn/error/debug @@ -13,5 +11,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!) + * restore \r in IRCParser |