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:
cflakes
2010-07-17 15:02:16 +00:00
parent f82f3cf069
commit a09ad1249f

View File

@@ -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;