From: jluehrs2 Date: Wed, 5 Sep 2007 03:21:09 +0000 (-0500) Subject: getting ready for the next release X-Git-Tag: 0.03~12 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ceae608c52ed28cfe21b5e14e22c0045be450317;p=luairc.git getting ready for the next release --- 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