aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 22:21:09 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-04 22:21:09 -0500
commitceae608c52ed28cfe21b5e14e22c0045be450317 (patch)
tree4171e69454645a878fd095c04a90384502809a3b
parent29ae28957cf585172e6a738b0a674f7d6be82a3c (diff)
downloadluairc-ceae608c52ed28cfe21b5e14e22c0045be450317.tar.gz
luairc-ceae608c52ed28cfe21b5e14e22c0045be450317.zip
getting ready for the next release
-rw-r--r--TODO5
1 files changed, 0 insertions, 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