From d21ec508c5870ff22da868f2361b7da1c1685313 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 2 Sep 2007 17:23:29 -0500 Subject: todo++ --- src/irc.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/irc.lua b/src/irc.lua index 80eb59b..2b2bca7 100644 --- a/src/irc.lua +++ b/src/irc.lua @@ -496,6 +496,8 @@ end -- }}} -- on_dcc {{{ +-- TODO: can we not have this handler be registered unless the dcc module is +-- loaded? function ctcp_handlers.on_dcc(from, to, message) local type, argument, address, port, size = base.unpack(misc.split(message, " ", nil, '"', '"')) if type == "SEND" then -- cgit v1.2.3-54-g00ecf