mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Clarify in --makeconf how network name should look like.
This commit is contained in:
+1
-1
@@ -761,7 +761,7 @@ bool CZNC::WriteNewConfig(const CString& sConfigFile) {
|
||||
vsLines.push_back("");
|
||||
|
||||
do {
|
||||
CUtils::GetInput("Network", sNetwork, "");
|
||||
CUtils::GetInput("Network", sNetwork, "", "e.g. `freenode' or `efnet'");
|
||||
} while (!CIRCNetwork::IsValidNetwork(sNetwork));
|
||||
|
||||
vsLines.push_back("\t<Network " + sNetwork + ">");
|
||||
|
||||
Reference in New Issue
Block a user