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:
psychon
2008-06-14 16:17:46 +00:00
parent 0a7b69080a
commit b475f5d69e
2 changed files with 20 additions and 1 deletions

View File

@@ -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");