Make the main thread exit cleanly in case of connection loss.
This commit is contained in:
parent
8551832bd2
commit
50b21c21ee
3 changed files with 26 additions and 9 deletions
5
TODO
5
TODO
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue