aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 18:39:44 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 18:39:44 -0500
commit7ff138493c72bf5ba97a04616b1e03418be8238f (patch)
tree0404d1047835d5e165e36521e25b165a6d319cf5 /TODO
parentf365047028864ebd67681d3ecd402305e5a9b2d1 (diff)
downloadluairc-7ff138493c72bf5ba97a04616b1e03418be8238f.tar.gz
luairc-7ff138493c72bf5ba97a04616b1e03418be8238f.zip
todo++
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 8165600..be7d028 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,7 @@
- Rework callback system to use registration rather than just assigning to stuff inside the irc module, so that we can do things like have multiple handlers automatically
- Implement callbacks for user mode changes (need to figure out how to represent users in the callback info)
- 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
- Implement DCC CHAT
- Implement DCC XMIT/OFFER
- Implement XDCC (?)