]> git.lizzy.rs Git - luairc.git/commitdiff
wow, missed this one for a long time
authorjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 01:27:55 +0000 (20:27 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Wed, 5 Sep 2007 01:27:55 +0000 (20:27 -0500)
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
 -- }}}