]> git.lizzy.rs Git - luairc.git/commitdiff
getting ready for the next release
authorjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 03:21:09 +0000 (22:21 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 03:21:09 +0000 (22:21 -0500)
TODO

diff --git a/TODO b/TODO
index c2104d2262fd2d6bdae4c4d0374a8d4b4b0239de..7fafb6e4ecf3eb976eb076b8ff685f5ae8ef8f1a 100644 (file)
--- 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