From b0c86fe0553fdd69b150ee50e6265313f8b08f01 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 21 May 2013 13:21:12 +0100 Subject: prosodyctl: check config: whitespace fix --- prosodyctl | 1 + 1 file changed, 1 insertion(+) diff --git a/prosodyctl b/prosodyctl index de7c09c5..5441b2b3 100755 --- a/prosodyctl +++ b/prosodyctl @@ -823,6 +823,7 @@ function commands.check(arg) local subdomain = host:match("^[^.]+"); if not(is_component) and (subdomain == "jabber" or subdomain == "xmpp" or subdomain == "chat" or subdomain == "im") then + print(""); print(" Suggestion: If "..host.. " is a new host with no real users yet, consider renaming it now to"); print(" "..host:gsub("^[^.]+%.", "")..". You can use SRV records to redirect XMPP clients and servers to "..host.."."); print(" For more information see: http://prosody.im/doc/dns"); -- cgit v1.2.3