plugins/mod_admin_adhoc.lua
changeset 9404 6329c07452b7
parent 9403 9ef746c2a644
child 9405 b530b5daae91
equal deleted inserted replaced
9403:9ef746c2a644 9404:6329c07452b7
     1 -- Copyright (C) 2009-2011 Florian Zeitz
     1 -- Copyright (C) 2009-2011 Florian Zeitz
     2 --
     2 --
     3 -- This file is MIT/X11 licensed. Please see the
     3 -- This file is MIT/X11 licensed. Please see the
     4 -- COPYING file in the source package for more information.
     4 -- COPYING file in the source package for more information.
     5 --
     5 --
     6 -- luacheck: ignore 212/self 212/data 212/state 412/err
     6 -- luacheck: ignore 212/self 212/data 212/state 412/err 422/err
     7 
     7 
     8 local _G = _G;
     8 local _G = _G;
     9 
     9 
    10 local prosody = _G.prosody;
    10 local prosody = _G.prosody;
    11 local hosts = prosody.hosts;
    11 local hosts = prosody.hosts;