mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Added the 'admin_add' command
This commit is contained in:
parent
b12ba15540
commit
6021b58712
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,10 @@ function admin_operation(operation, arg)
|
|||
os.execute("luarocks-admin "..tree..operation..server..refresh..modules)
|
||||
end
|
||||
|
||||
function commands.admin_add(arg)
|
||||
admin_operation("add ", 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