prosodyctl: Fix module.command invocation (thanks woffs)

The first argument is already removed once since c7727c13260f
This commit is contained in:
Kim Alvefur 2019-01-18 18:30:41 +01:00
parent 3434e4560f
commit d254f7e101

View file

@ -1300,8 +1300,6 @@ local command_runner = async.runner(function ()
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");