Fix my fix which was supposed to fix #220

Thanks to KindOne for reporting the issue with that fix.

363 numeric was sent twice to the client for attached channels.
This commit is contained in:
Alexey Sokolov
2012-12-25 00:28:10 +07:00
parent 369f93cbbe
commit 412bdb7869

View File

@@ -415,12 +415,11 @@ void CIRCSock::ReadLine(const CString& sData) {
}
}
if (pChan->IsDetached()) {
// don't put it to clients
return;
}
}
m_pNetwork->PutUser(sLine);
break;
}
case 381: // You are now an IRC Operator