Get rid of all extra lines, not just the first one

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1387 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2009-02-20 05:50:36 +00:00
parent 76bb08d0e8
commit 3d42554349
+1 -1
View File
@@ -34,7 +34,7 @@ int CBuffer::AddLine(const CString& sPre, const CString& sPost, bool bIncNick) {
return 0;
}
if (size() >= m_uLineCount) {
while (size() >= m_uLineCount) {
erase(begin());
}