mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Make --makeconf more clear
This rephrases one of the questions asked and adds a section to the README that explains two unclear questions. This patch is based on a patch from Patrick Matthaei from debian. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1093 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
2
znc.cpp
2
znc.cpp
@@ -684,7 +684,7 @@ bool CZNC::WriteNewConfig(const CString& sConfig) {
|
||||
if (uBufferCount) {
|
||||
vsLines.push_back("\tBuffer = " + CString(uBufferCount));
|
||||
}
|
||||
if (CUtils::GetBoolInput("Would you like your buffer to be sticky?", false)) {
|
||||
if (CUtils::GetBoolInput("Would you like to keep buffers after replay?", false)) {
|
||||
vsLines.push_back("\tKeepBuffer = true");
|
||||
} else {
|
||||
vsLines.push_back("\tKeepBuffer = false");
|
||||
|
||||
Reference in New Issue
Block a user