diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-29 22:31:34 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-29 22:31:34 +0100 |
commit | ebd348e104a7678ed2a82fdc1ecce420e7f2a8d7 (patch) | |
tree | 9fc218a58ddabd4d390e9172e4b8a572bd8f193a /prosody | |
parent | 18e2d68459db286d0031186945a729d389daa272 (diff) | |
download | prosody-ebd348e104a7678ed2a82fdc1ecce420e7f2a8d7.tar.gz prosody-ebd348e104a7678ed2a82fdc1ecce420e7f2a8d7.zip |
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |