mirror of
https://github.com/znc/znc.git
synced 2026-06-30 23:11:28 +02:00
Add 381 to the buffer (You are now an IRC Operator)
This commit is contained in:
@@ -328,6 +328,9 @@ void CIRCSock::ReadLine(const CString& sData) {
|
||||
|
||||
return; // return so we don't send them the raw twice
|
||||
}
|
||||
case 381: // You are now an IRC Operator
|
||||
m_pNetwork->AddRawBuffer(":" + _NAMEDFMT(sServer) + " " + sCmd + " {target} " + _NAMEDFMT(sRest));
|
||||
break;
|
||||
case 375: // begin motd
|
||||
case 422: // MOTD File is missing
|
||||
m_pNetwork->ClearMotdBuffer();
|
||||
|
||||
Reference in New Issue
Block a user