Clarify in --makeconf how network name should look like.

This commit is contained in:
Alexey Sokolov
2012-09-26 01:45:38 +07:00
parent 9b2898f603
commit d9ec39d818
+1 -1
View File
@@ -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 + ">");