prosodyctl: Corrected the calls to the recently moved function 'admin_operation'

This commit is contained in:
João Duarte 2019-06-25 13:22:22 +01:00
parent 122bde2f2c
commit 79191ed8f2

View file

@ -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()