mirror of
https://github.com/znc/znc.git
synced 2026-08-04 07:53:39 +02:00
makeconf: promote webadmin
This commit is contained in:
+2
-1
@@ -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("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user