makeconf: one network is enough to get started

Webadmin is more convenient and enabled by default since 7387f00.
This commit is contained in:
J-P Nurmi
2014-09-07 23:50:25 +02:00
parent 44c3a04462
commit bc2c7d0c98
+1 -3
View File
@@ -699,9 +699,7 @@ bool CZNC::WriteNewConfig(const CString& sConfigFile) {
CUtils::PrintMessage("Enabled the default user modules [" + CString(", ").Join(vsUserModNames.begin(), vsUserModNames.end()) + "]");
CUtils::PrintMessage("");
CString sAAnother = "a";
while (CUtils::GetBoolInput("Would you like to set up " + sAAnother + " network?", false)) {
sAAnother = "another";
if (CUtils::GetBoolInput("Would you like to set up a network?", true)) {
vsLines.push_back("");
do {