Don't send PART to client which sent QUIT

Reported by milky
This commit is contained in:
Alexey Sokolov
2017-06-20 21:55:53 +01:00
parent 96c92ef8ca
commit 46c5b2884e
2 changed files with 7 additions and 7 deletions

View File

@@ -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; }