Merge branch 'master' of github.com:znc/znc

This commit is contained in:
Alexey Sokolov
2015-04-03 21:41:06 +01:00
+1 -3
View File
@@ -653,8 +653,6 @@ void CChan::SetKey(const CString& s) {
void CChan::SetInConfig(bool b) {
if (m_bInConfig != b) {
m_bInConfig = b;
if (m_bInConfig) {
CZNC::Get().SetConfigState(CZNC::ECONFIG_NEED_WRITE);
}
CZNC::Get().SetConfigState(CZNC::ECONFIG_NEED_WRITE);
}
}