Software /
code /
prosody
Comparison
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 (2019-12-31) |
parent | 10577:88daa0231a9b |
child | 10579:16099e8964d8 |
child | 10608:87003b937672 |
comparison
equal
deleted
inserted
replaced
10577:88daa0231a9b | 10578: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(""); |