From bc2c7d0c98c7bd7cac81c796ffe88fd51e08e4b0 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 7 Sep 2014 23:50:25 +0200 Subject: [PATCH] makeconf: one network is enough to get started Webadmin is more convenient and enabled by default since 7387f00. --- src/znc.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/znc.cpp b/src/znc.cpp index 27f416df..221efbcd 100644 --- a/src/znc.cpp +++ b/src/znc.cpp @@ -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 {