aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 3242218d..982b102e 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -934,6 +934,7 @@ function commands.check(arg)
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