From ceae608c52ed28cfe21b5e14e22c0045be450317 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 22:21:09 -0500 Subject: [PATCH] getting ready for the next release --- TODO | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TODO b/TODO index c2104d2..7fafb6e 100644 --- a/TODO +++ b/TODO @@ -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