# HG changeset patch # User João Duarte # Date 1561460600 -3600 # Node ID 0780bcf51ba73ea85b1d79b7fecfc33ad6020d82 # Parent 667f3760330813c3254c292d088342d4bb345dff prosodyctl: Added the 'admin_remove' command diff -r 667f37603308 -r 0780bcf51ba7 prosodyctl --- a/prosodyctl Tue Jun 25 12:02:37 2019 +0100 +++ b/prosodyctl Tue Jun 25 12:03:20 2019 +0100 @@ -118,6 +118,10 @@ admin_operation("add ", arg) end +function commands.admin_remove(arg) + admin_operation("remove ", arg) +end + function commands.enabled_plugins() for module in modulemanager.get_modules_for_host() do show_warning("%s", module)