From 40aa1bb34dc32f9701579662dcef7c24d72082df Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 7 Sep 2014 16:39:49 +0200 Subject: [PATCH] makeconf: promote webadmin --- src/znc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/znc.cpp b/src/znc.cpp index 06098d59..913e0af8 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -854,7 +854,8 @@ bool CZNC::WriteNewConfig(const CString& sConfigFile) { CUtils::PrintMessage(""); CUtils::PrintMessage("Try something like this in your IRC client...", true); CUtils::PrintMessage("/server " + sSSL + CString(uListenPort) + " " + sUser + ":", true); - CUtils::PrintMessage("And this in your browser...", true); + CUtils::PrintMessage(""); + CUtils::PrintMessage("To manage settings, users and networks, point your web browser to", true); CUtils::PrintMessage(sProtocol + "://:" + CString(uListenPort) + "/", true); CUtils::PrintMessage("");