mirror of
https://github.com/znc/znc.git
synced 2026-05-01 02:52:30 +02:00
Raised the number of PM lines in the PM buffer to 250 (from 100)
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2089 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
1
User.cpp
1
User.cpp
@@ -62,6 +62,7 @@ CUser::CUser(const CString& sUserName) {
|
||||
m_pModules = new CModules;
|
||||
m_RawBuffer.SetLineCount(100); // This should be more than enough raws, especially since we are buffering the MOTD separately
|
||||
m_MotdBuffer.SetLineCount(200); // This should be more than enough motd lines
|
||||
m_QueryBuffer.SetLineCount(250);
|
||||
m_bMultiClients = true;
|
||||
m_bBounceDCCs = true;
|
||||
m_eHashType = HASH_NONE;
|
||||
|
||||
Reference in New Issue
Block a user