prosodyctl
changeset 7923 1db51061342b
parent 7682 589e27b47d56
child 7925 2fd20f372cb1
--- a/prosodyctl	Sun Feb 26 20:31:08 2017 +0100
+++ b/prosodyctl	Mon Feb 27 14:55:01 2017 +0100
@@ -621,6 +621,8 @@
 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