From: jluehrs2 Date: Sun, 2 Sep 2007 23:39:44 +0000 (-0500) Subject: todo++ X-Git-Tag: 0.03~70 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7ff138493c72bf5ba97a04616b1e03418be8238f;p=luairc.git todo++ --- 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 (?)