mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix detached 363 too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user