Wrote most of the resume code for the core and the irc plugin.
This commit is contained in:
parent
3410caa6f2
commit
d97177ce3b
6 changed files with 57 additions and 50 deletions
5
TODO
5
TODO
|
@ -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
|
||||
|
||||
|
||||
|
|
Reference in a new issue