]> git.lizzy.rs Git - luairc.git/blobdiff - src/irc.lua
wow, missed this one for a long time
[luairc.git] / src / irc.lua
index eb75721010580281a15d657039a6773513a0a2f4..40df5439c3e1f22cd336663f5dad6a3dbd3e9da2 100644 (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
 -- }}}