aboutsummaryrefslogtreecommitdiffstats
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
commit2f315391e38628eaa0a0baa550091a29cecb6433 (patch)
tree9fc218a58ddabd4d390e9172e4b8a572bd8f193a
parent8e5a639468549ccb21308761bff23807408c9066 (diff)
downloadprosody-2f315391e38628eaa0a0baa550091a29cecb6433.tar.gz
prosody-2f315391e38628eaa0a0baa550091a29cecb6433.zip
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
-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