# HG changeset patch # User João Duarte # Date 1559904379 -3600 # Node ID 5d132d4aac554d82407449e51838ad8c3723f152 # Parent 95814c5978361d5c9b5616ccbf2b87c120f67895 prosodyctl: The 'test' function now also prints which plugins are enabled diff -r 95814c597836 -r 5d132d4aac55 prosodyctl --- a/prosodyctl Fri Jun 07 11:36:13 2019 +0100 +++ b/prosodyctl Fri Jun 07 11:46:19 2019 +0100 @@ -87,6 +87,8 @@ 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)