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