Comparison

plugins/mod_admin_adhoc.lua @ 8773:a785b1050644

mod_admin_adhoc: Silence various harmless warnings [luacheck]
author Kim Alvefur <zash@zash.se>
date Tue, 01 May 2018 21:25:30 +0200
parent 8772:375f2e663cea
child 9085:9bd38bbf8623
comparison
equal deleted inserted replaced
8772:375f2e663cea 8773:a785b1050644
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 7
7 local _G = _G; 8 local _G = _G;
8 9
9 local prosody = _G.prosody; 10 local prosody = _G.prosody;
10 local hosts = prosody.hosts; 11 local hosts = prosody.hosts;