prosodyctl: Handle move of 'unpack' in Lua 5.2

This commit is contained in:
Kim Alvefur 2017-02-27 14:55:01 +01:00
parent 2b4028fd7e
commit 7890260675

View file

@ -621,6 +621,8 @@ function commands.reload(arg)
end
-- ejabberdctl compatibility
local unpack = table.unpack or unpack; -- luacheck: ignore 113
function commands.register(arg)
local user, host, password = unpack(arg);
if (not (user and host)) or arg[1] == "--help" then