mirror of
https://github.com/znc/znc.git
synced 2026-07-03 00:11:59 +02:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user