prosodyctl: Added the 'admin_add' command

This commit is contained in:
João Duarte 2019-06-25 12:02:37 +01:00
parent b12ba15540
commit 6021b58712

View file

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