]> git.lizzy.rs Git - luairc.git/commitdiff
todo++
authorjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 22:23:29 +0000 (17:23 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 22:23:29 +0000 (17:23 -0500)
src/irc.lua

index 80eb59b351d70a47030d3000c3bea248c567d4be..2b2bca7a9682085132dd0bfd3bee623e52cf2a8f 100644 (file)
@@ -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