Software /
code /
prosody
Changeset
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 |
parents | 8772:375f2e663cea |
children | 8774:cac4bd0d3335 |
files | plugins/mod_admin_adhoc.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua Tue May 01 21:02:15 2018 +0200 +++ b/plugins/mod_admin_adhoc.lua Tue May 01 21:25:30 2018 +0200 @@ -3,6 +3,7 @@ -- This file is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 212/self 212/data 212/state 412/err local _G = _G;