mirror of
https://github.com/znc/znc.git
synced 2026-08-12 11:52:57 +02:00
Add CIRCNetwork::FindClient(const CString& sIdentifier)
This commit is contained in:
@@ -76,6 +76,7 @@ public:
|
||||
const CString& GetName() const;
|
||||
bool IsNetworkAttached() const { return !m_vClients.empty(); }
|
||||
const std::vector<CClient*>& GetClients() const { return m_vClients; }
|
||||
CClient* FindClient(const CString& sIdentifier) const;
|
||||
|
||||
void SetUser(CUser *pUser);
|
||||
bool SetName(const CString& sName);
|
||||
|
||||
Reference in New Issue
Block a user