mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Added the 'admin_remove' command
This commit is contained in:
parent
6021b58712
commit
2aa2aff974
1 changed files with 4 additions and 0 deletions
|
@ -118,6 +118,10 @@ function commands.admin_add(arg)
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue