mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'
This commit is contained in:
parent
122bde2f2c
commit
79191ed8f2
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue