mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Added config option for bouncing dccs
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@388 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -697,6 +697,9 @@ bool CZNC::ParseConfig(const CString& sConfig) {
|
||||
pUser->SetPass(sValue, false);
|
||||
}
|
||||
|
||||
continue;
|
||||
} else if (sName.CaseCmp("BounceDCCs") == 0) {
|
||||
pUser->SetBounceDCCs(sValue.CaseCmp("true") == 0);
|
||||
continue;
|
||||
} else if (sName.CaseCmp("AutoCycle") == 0) {
|
||||
bAutoCycle = (sValue.CaseCmp("true") == 0);
|
||||
|
||||
Reference in New Issue
Block a user