From a153b3c26704686bf9a3f2255d9aeb3c5f6aa2b1 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 27 Nov 2008 03:12:12 +0000 Subject: Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. --- plugins/mod_uptime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_uptime.lua') diff --git a/plugins/mod_uptime.lua b/plugins/mod_uptime.lua index 9c2cb45d..4b4c28d1 100644 --- a/plugins/mod_uptime.lua +++ b/plugins/mod_uptime.lua @@ -8,7 +8,7 @@ local start_time = os.time(); require "core.discomanager".set("uptime", "jabber:iq:last"); -add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last", +module:add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last", function (origin, stanza) if stanza.tags[1].name == "query" then if stanza.attr.type == "get" then -- cgit v1.2.3