aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorJoão Duarte <jvsDuarte08@gmail.com>2019-06-25 13:22:22 +0100
committerJoão Duarte <jvsDuarte08@gmail.com>2019-06-25 13:22:22 +0100
commit79191ed8f28bc8a26b782f3ef3e28459029c9f76 (patch)
tree57751fcd3e60da04d11341a90a50a82a225c5bc8 /prosodyctl
parent122bde2f2c4816e89bd02be36e0e9f1ee31f7557 (diff)
downloadprosody-79191ed8f28bc8a26b782f3ef3e28459029c9f76.tar.gz
prosody-79191ed8f28bc8a26b782f3ef3e28459029c9f76.zip
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'
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()