Fix detached 363 too

This commit is contained in:
Alexey Sokolov
2012-12-20 22:12:21 +07:00
parent deb38b060e
commit ebf9aebf51

View File

@@ -399,8 +399,6 @@ void CIRCSock::ReadLine(const CString& sData) {
// :irc.server.com 366 nick #chan :End of /NAMES list.
CChan* pChan = m_pNetwork->FindChan(sRest.Token(0));
m_pNetwork->PutUser(sLine); // First send them the raw
if (pChan) {
if (pChan->IsOn()) {
// If we are the only one in the chan, set our default modes
@@ -421,6 +419,8 @@ void CIRCSock::ReadLine(const CString& sData) {
}
}
m_pNetwork->PutUser(sLine);
break;
}
case 381: // You are now an IRC Operator