# HG changeset patch # User Kim Alvefur # Date 1547832641 -3600 # Node ID 7ce7ee9cd1c5ec7ee35cd82cbabbb3473e76b95d # Parent 071538a567d50df265062f00d6e2d9b9e0d04cc4 prosodyctl: Fix module.command invocation (thanks woffs) The first argument is already removed once since c7727c13260f diff -r 071538a567d5 -r 7ce7ee9cd1c5 prosodyctl --- 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");