mod_uptime: Fix bad uptime if module is loaded at startup

This commit is contained in:
Matthew Wild 2009-07-10 15:33:53 +01:00
parent 118883d655
commit d51286cbf6

View file

@ -15,6 +15,8 @@ local t_concat = table.concat;
local start_time = prosody.start_time;
prosody.events.add_handler("server-started", function () start_time = prosody.start_time end);
module:add_feature("jabber:iq:last");
module:add_iq_handler({"c2s", "s2sin"}, "jabber:iq:last",