Diff

prosodyctl @ 10578:419ac5ef2d3d 0.11

prosodyctl: Print a blank line to improve spacing and readability
author Kim Alvefur <zash@zash.se>
date Tue, 31 Dec 2019 02:50:25 +0100
parent 10577:88daa0231a9b
child 10579:16099e8964d8
child 10608:87003b937672
line wrap: on
line diff
--- a/prosodyctl	Tue Dec 31 02:48:49 2019 +0100
+++ b/prosodyctl	Tue Dec 31 02:50:25 2019 +0100
@@ -934,6 +934,7 @@
 			end
 		end
 		if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
+			print("");
 			print("    Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
 			print("    with each other. Remove one.");
 		end