Diff

core/s2smanager.lua @ 8555:4f0f5b49bb03

vairious: Add annotation when an empty environment is set [luacheck]
author Kim Alvefur <zash@zash.se>
date Wed, 28 Feb 2018 20:06:26 +0100
parent 7950:f91e7ec9654e
child 8675:d3d74e923e4e
line wrap: on
line diff
--- a/core/s2smanager.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/core/s2smanager.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -23,6 +23,7 @@
 local fire_event = prosody.events.fire_event;
 
 local _ENV = nil;
+-- luacheck: std none
 
 local function new_incoming(conn)
 	local session = { conn = conn, type = "s2sin_unauthed", direction = "incoming", hosts = {} };