mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Use user configured network
Use user configured network on the IRC client connection message example, so it turns from `/server <znc_server_ip> 1025 Admin:<pass>` to `/server <znc_server_ip> 1025 Admin/libera:<pass>`.
Should have done this from the start... 😅
This commit is contained in:
+1
-1
@@ -945,7 +945,7 @@ 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 + "/<network>:<pass>",
|
||||
CString(uListenPort) + " " + sUser + "/" + sNetwork + ":<pass>",
|
||||
true);
|
||||
CUtils::PrintMessage("");
|
||||
CUtils::PrintMessage(
|
||||
|
||||
Reference in New Issue
Block a user