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