prosodyctl
branch0.11
changeset 10582 419ac5ef2d3d
parent 10581 88daa0231a9b
child 10583 16099e8964d8
child 10612 87003b937672
equal deleted inserted replaced
10581:88daa0231a9b 10582:419ac5ef2d3d
   932 				print("        storage = '"..mod:match("^storage_(.*)").."'");
   932 				print("        storage = '"..mod:match("^storage_(.*)").."'");
   933 				print("    For more information see https://prosody.im/doc/storage");
   933 				print("    For more information see https://prosody.im/doc/storage");
   934 			end
   934 			end
   935 		end
   935 		end
   936 		if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
   936 		if all_modules:contains("vcard") and all_modules:contains("vcard_legacy") then
       
   937 			print("");
   937 			print("    Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
   938 			print("    Both mod_vcard_legacy and mod_vcard are enabled but they conflict");
   938 			print("    with each other. Remove one.");
   939 			print("    with each other. Remove one.");
   939 		end
   940 		end
   940 		if all_modules:contains("pep") and all_modules:contains("pep_simple") then
   941 		if all_modules:contains("pep") and all_modules:contains("pep_simple") then
   941 			print("");
   942 			print("");