From 587abb5c72440c51cb6a89ef6e816cf13f9a8ffc Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 4 Sep 2007 20:27:55 -0500 Subject: wow, missed this one for a long time --- src/irc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/irc.lua b/src/irc.lua index eb75721..40df543 100644 --- a/src/irc.lua +++ b/src/irc.lua @@ -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 -- }}} -- cgit v1.2.3-54-g00ecf