prosodyctl: Added the 'admin_remove' command

This commit is contained in:
João Duarte 2019-06-25 12:03:20 +01:00
parent 6021b58712
commit 2aa2aff974

View file

@ -118,6 +118,10 @@ function commands.admin_add(arg)
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)