public
Description: A small IRC bot framework.
Homepage:
Clone URL: git://github.com/david/minibot.git
minibot / TODO
100644 17 lines (15 sloc) 0.639 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO:
 
* Add commands to:
  * Reply to a private message
  * Reply to a channel message
* Implement relevant parts of CTCP
* Discard events generated by the bot (parts, joins, others) (?)
* Handle PINGs
* Detect when using a registered nick.
* Add ability to reply both to public (by prefixing the username) and private messages
* Bot should reconnect upon disconnection
* IRC protocol error handling (probably each command should return its own errors).
* Trap signals.
* Use non blocking IO for logging when available.
* Find out what's the problem with heinlein.freenode.net
* Rethink all the configuration model. It's getting messy.