Home
last modified time | relevance | path

Searched refs:mSupportedCaps (Results 1 – 1 of 1) sorted by relevance

/dports/irc/znc/znc-1.8.2/src/
H A DIRCSock.cpp374 std::map<CString, std::function<void(bool bVal)>> mSupportedCaps = { in OnCapabilityMessage() local
390 if (OnServerCapAvailable(sCap) || mSupportedCaps.count(sCap)) { in OnCapabilityMessage()
397 const auto& it = mSupportedCaps.find(sArgs); in OnCapabilityMessage()
398 if (it != mSupportedCaps.end()) { in OnCapabilityMessage()