mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix formatting in ZNC connection message
Make IRC client connection example consistent with the line above
This commit is contained in:
@@ -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 + ":<pass>",
|
||||
CString(uListenPort) + " " + sUser + "/<network>:<pass>",
|
||||
true);
|
||||
CUtils::PrintMessage("");
|
||||
CUtils::PrintMessage(
|
||||
|
||||
Reference in New Issue
Block a user