core/s2smanager.lua
changeset 8558 4f0f5b49bb03
parent 7953 f91e7ec9654e
child 8678 d3d74e923e4e
--- 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 = {} };