diff -r 2140c994671e -r 5d47cfa4b2a0 plugins/mod_uptime.lua --- a/plugins/mod_uptime.lua Sun Oct 18 19:42:45 2009 +0500 +++ b/plugins/mod_uptime.lua Sun Oct 18 22:44:18 2009 +0500 @@ -6,10 +6,7 @@ -- COPYING file in the source package for more information. -- -local st = require "util.stanza" - -local jid_split = require "util.jid".split; -local t_concat = table.concat; +local st = require "util.stanza"; local start_time = prosody.start_time; prosody.events.add_handler("server-started", function() start_time = prosody.start_time end);