prosodyctl
changeset 12593 39ae08180c81
parent 12582 10bb58ad5583
child 12868 9f9633364044
--- a/prosodyctl	Mon Jul 11 17:32:13 2022 +0200
+++ b/prosodyctl	Mon Jul 11 19:07:38 2022 +0200
@@ -580,7 +580,7 @@
 end
 -- ejabberdctl compatibility
 
-local unpack = table.unpack or unpack; -- luacheck: ignore 113
+local unpack = table.unpack;
 
 function commands.register(arg)
 	local user, host, password = unpack(arg);