prosodyctl
changeset 10135 0780bcf51ba7
parent 10134 667f37603308
child 10136 b59535964e81
--- 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)