Fix my broken indentation.

Thanks x-x for reporting this.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@828 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-08-19 13:57:08 +00:00
parent cf77a2ea68
commit 61ddeac102
+2 -2
View File
@@ -1013,8 +1013,8 @@ bool CZNC::ParseConfig(const CString& sConfig) {
if(sValue.Trim_n().CaseCmp("append") == 0) {
pUser->SetTimestampAppend(true);
pUser->SetTimestampPrepend(false);
} else if(sValue.Trim_n().CaseCmp("prepend") == 0) {
pUser->SetTimestampAppend(false);
} else if(sValue.Trim_n().CaseCmp("prepend") == 0) {
pUser->SetTimestampAppend(false);
pUser->SetTimestampPrepend(true);
} else if(sValue.Trim_n().CaseCmp("false") == 0) {
pUser->SetTimestampAppend(false);