wow, missed this one for a long time

master
jluehrs2 2007-09-04 20:27:55 -05:00
parent c49f1101bb
commit 587abb5c72
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ end
-- on_rpl_errmsg {{{
function ctcp_handlers.on_rpl_errmsg(from, to, message)
try_call(on_ctcp_error, from, to, message)
callback("ctcp_error", from, to, message)
end
-- }}}