aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-29 22:31:34 +0100
committerKim Alvefur <zash@zash.se>2017-01-29 22:31:34 +0100
commitebd348e104a7678ed2a82fdc1ecce420e7f2a8d7 (patch)
tree9fc218a58ddabd4d390e9172e4b8a572bd8f193a /prosody
parent18e2d68459db286d0031186945a729d389daa272 (diff)
downloadprosody-ebd348e104a7678ed2a82fdc1ecce420e7f2a8d7.tar.gz
prosody-ebd348e104a7678ed2a82fdc1ecce420e7f2a8d7.zip
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody b/prosody
index a922ea81..0a48eba4 100755
--- a/prosody
+++ b/prosody
@@ -129,6 +129,7 @@ end
function load_libraries()
-- Load socket framework
+ -- luacheck: ignore 111/server 111/socket
socket = require "socket";
server = require "net.server"
end