Home
last modified time | relevance | path

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

/dports/irc/znc/znc-1.8.2/include/znc/
H A DIRCSock.h141 return (c != '\0' && GetPermModes().find(c) != CString::npos); in IsPermMode()
144 const CString& GetPermModes() const { return m_sPermModes; } in GetPermModes() function