aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl4
1 files changed, 2 insertions, 2 deletions
diff --git a/prosodyctl b/prosodyctl
index 05f711d7..2c786b95 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -99,11 +99,11 @@ function commands.list(arg)
end
function commands.admin_add(arg)
- admin_operation("add ", arg)
+ prosodyctl.admin_operation("add ", arg)
end
function commands.admin_remove(arg)
- admin_operation("remove ", arg)
+ prosodyctl.admin_operation("remove ", arg)
end
function commands.enabled_plugins()