aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 17:23:29 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2007-09-02 17:23:29 -0500
commitd21ec508c5870ff22da868f2361b7da1c1685313 (patch)
tree49b7d4a5e72b1d8f9e32f85467158834722a0c97 /src
parent43ca8ab69a3a948add1f5d7f29c869e82924d160 (diff)
downloadluairc-d21ec508c5870ff22da868f2361b7da1c1685313.tar.gz
luairc-d21ec508c5870ff22da868f2361b7da1c1685313.zip
todo++
Diffstat (limited to 'src')
-rw-r--r--src/irc.lua2
1 files changed, 2 insertions, 0 deletions
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