getting ready for the next release

master
jluehrs2 2007-09-04 22:21:09 -05:00
parent 29ae28957c
commit ceae608c52
1 changed files with 0 additions and 5 deletions

5
TODO
View File

@ -1,8 +1,3 @@
Before next release - 0.3
===================
For the future
==============
- Reorganize the modules a bit more... we should have a src/irc/dcc/send.lua, src/irc/ctcp/base.lua, src/irc/ctcp/dcc.lua, etc. also, most (all?) of the handlers should be moved out of irc.lua into, say, src/irc/base.lua
- Separate out the DCC module some more so that the callbacks aren't registered unless the module is loaded
- Also separate out all of the CTCP commands/callbacks into the CTCP module