aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorJo?o Duarte <jvsDuarte08@gmail.com>2019-06-07 11:46:19 +0100
committerJo?o Duarte <jvsDuarte08@gmail.com>2019-06-07 11:46:19 +0100
commit46dec34795a537f761d1720c00133275ad966558 (patch)
tree2666c8a55bd55d0a59de51288fb213976830e6ca /prosodyctl
parent80cb8096a36c026c412d26e2a55cc744d05f6da6 (diff)
downloadprosody-46dec34795a537f761d1720c00133275ad966558.tar.gz
prosody-46dec34795a537f761d1720c00133275ad966558.zip
prosodyctl: The 'test' function now also prints which plugins are enabled
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 2 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index db7b0dc4..4036c59a 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -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)