mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Don't send PART to client which sent QUIT
Reported by milky
This commit is contained in:
@@ -731,7 +731,6 @@ void CIRCNetwork::ClientDisconnected(CClient* pClient) {
|
||||
if (it != m_vClients.end()) {
|
||||
m_vClients.erase(it);
|
||||
}
|
||||
pClient->ClearServerDependentCaps();
|
||||
}
|
||||
|
||||
CUser* CIRCNetwork::GetUser() const { return m_pUser; }
|
||||
|
||||
Reference in New Issue
Block a user