diff options
author | João Duarte <jvsDuarte08@gmail.com> | 2019-06-07 11:46:19 +0100 |
---|---|---|
committer | João Duarte <jvsDuarte08@gmail.com> | 2019-06-07 11:46:19 +0100 |
commit | 83ca8aef547856ab0caead6f9f999f642818de95 (patch) | |
tree | 2666c8a55bd55d0a59de51288fb213976830e6ca | |
parent | 66bb4ab4494853abfad5a53854355f03d4b7ae6e (diff) | |
download | prosody-83ca8aef547856ab0caead6f9f999f642818de95.tar.gz prosody-83ca8aef547856ab0caead6f9f999f642818de95.zip |
prosodyctl: The 'test' function now also prints which plugins are enabled
-rwxr-xr-x | prosodyctl | 2 |
1 files changed, 2 insertions, 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) |