Add 381 to the buffer (You are now an IRC Operator)

This commit is contained in:
Kyle Fuller
2012-02-19 14:38:38 +00:00
parent 1dd8d9bf3e
commit 11e5f7636d
+3
View File
@@ -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();