mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Applied clearmotdbuffer.patch from x-x
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@755 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -139,6 +139,7 @@ void CIRCSock::ReadLine(const CString& sData) {
|
||||
case 266: // global users
|
||||
m_pUser->AddRawBuffer(":" + sServer + " " + sCmd + " ", " " + sRest);
|
||||
break;
|
||||
case 422: // MOTD File is missing
|
||||
case 375: // begin motd
|
||||
m_pUser->ClearMotdBuffer();
|
||||
case 372: // motd
|
||||
|
||||
Reference in New Issue
Block a user