makeconf: promote webadmin

This commit is contained in:
J-P Nurmi
2014-09-07 16:39:49 +02:00
parent 25609ec0bb
commit 40aa1bb34d
+2 -1
View File
@@ -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 <znc_server_ip> " + sSSL + CString(uListenPort) + " " + sUser + ":<pass>", 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 + "://<znc_server_ip>:" + CString(uListenPort) + "/", true);
CUtils::PrintMessage("");