mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Cleanup capabilities from m_ssAcceptedCaps in CClient::ClearServerDependentCaps after CAP DEL
This commit is contained in:
@@ -854,6 +854,7 @@ void CClient::ClearServerDependentCaps() {
|
||||
const auto& handler = std::get<1>(it->second);
|
||||
handler(false);
|
||||
}
|
||||
m_ssAcceptedCaps.erase(sCap);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user