aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xprosodyctl4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 1180d039..75b36e34 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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)