mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Resolve #967: separate chan & query buffer size settings
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ CChan::CChan(const CString& sName, CIRCNetwork* pNetwork, bool bInConfig, CConfi
|
||||
}
|
||||
|
||||
m_Nick.SetNetwork(m_pNetwork);
|
||||
m_Buffer.SetLineCount(m_pNetwork->GetUser()->GetBufferCount(), true);
|
||||
m_Buffer.SetLineCount(m_pNetwork->GetUser()->GetChanBufferSize(), true);
|
||||
|
||||
if (pConfig) {
|
||||
CString sValue;
|
||||
|
||||
Reference in New Issue
Block a user