mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: The 'test' function now also prints which plugins are enabled
This commit is contained in:
parent
66bb4ab449
commit
83ca8aef54
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ local command = table.remove(arg, 1);
|
|||
|
||||
function commands.test()
|
||||
show_message [[Well, hello there!]]
|
||||
--show_message [[Enabled Plugins: ], modulemanager.get_modules_for_host()]
|
||||
show_warning("Trying to peek at the plugin directory: '%s'", modulemanager.get_modules_for_host())
|
||||
end
|
||||
|
||||
function commands.adduser(arg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue