Home
last modified time | relevance | path

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

/dports/irc/znc/znc-1.8.2/include/znc/
H A DIRCSock.h144 const CString& GetPermModes() const { return m_sPermModes; } in GetPermModes()
213 CString m_sPermModes; variable
/dports/irc/znc/znc-1.8.2/src/
H A DIRCSock.cpp73 m_sPermModes("qaohv"), in CIRCSock()
1368 m_sPermModes = sPermModes; in ParseISupport()
1469 if (m_sPermModes.size() == m_sPerms.size()) { in GetPermFromMode()
1470 for (unsigned int a = 0; a < m_sPermModes.size(); a++) { in GetPermFromMode()
1471 if (m_sPermModes[a] == cMode) { in GetPermFromMode()