mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
Merge pull request #752 from jpnurmi/findclients
Replace CIRCNetwork::FindClient() with FindClients()
This commit is contained in:
@@ -76,7 +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;
|
||||
std::vector<CClient*> FindClients(const CString& sIdentifier) const;
|
||||
|
||||
void SetUser(CUser *pUser);
|
||||
bool SetName(const CString& sName);
|
||||
|
||||
Reference in New Issue
Block a user