mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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)
|
admin_operation("add ", arg)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function commands.admin_remove(arg)
|
||||||
|
admin_operation("remove ", arg)
|
||||||
|
end
|
||||||
|
|
||||||
function commands.enabled_plugins()
|
function commands.enabled_plugins()
|
||||||
for module in modulemanager.get_modules_for_host() do
|
for module in modulemanager.get_modules_for_host() do
|
||||||
show_warning("%s", module)
|
show_warning("%s", module)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue