prosodyctl
changeset 10127 5d132d4aac55
parent 10126 95814c597836
child 10128 5a3611218709
--- 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)