mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
makeconf: one network is enough to get started
Webadmin is more convenient and enabled by default since 7387f00.
This commit is contained in:
+1
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user