prosodyctl
changeset 9802 7ce7ee9cd1c5
parent 9799 02735bc82126
child 9830 bdc2a024933b
--- a/prosodyctl	Thu Jan 17 20:42:38 2019 +0100
+++ b/prosodyctl	Fri Jan 18 18:30:41 2019 +0100
@@ -1300,8 +1300,6 @@
 			end
 		end
 
-		table.remove(arg, 1);
-
 		local module = modulemanager.get_module("*", module_name);
 		if not module then
 			show_message("Failed to load module '"..module_name.."': Unknown error");