mod_announce: Changed a global variable to local.

This commit is contained in:
Waqas Hussain 2010-06-18 14:19:09 +05:00
parent f832bae509
commit 730fa22c6d

View file

@ -12,6 +12,7 @@ local is_admin = require "core.usermanager".is_admin;
local admins = set.new(config.get(module:get_host(), "core", "admins"));
function send_to_online(message, server)
local sessions;
if server then
sessions = { [server] = hosts[server] };
else