mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
CClient: share the chan matching code
This commit is contained in:
@@ -30,6 +30,7 @@ class CIRCNetwork;
|
||||
class CIRCSock;
|
||||
class CClient;
|
||||
class CMessage;
|
||||
class CChan;
|
||||
// !Forward Declarations
|
||||
|
||||
class CAuthBase {
|
||||
@@ -256,6 +257,8 @@ private:
|
||||
void AddBuffer(const T& Message);
|
||||
void EchoMessage(const CMessage& Message);
|
||||
|
||||
std::set<CChan*> MatchChans(const CString& sPatterns) const;
|
||||
|
||||
protected:
|
||||
bool m_bGotPass;
|
||||
bool m_bGotNick;
|
||||
|
||||
Reference in New Issue
Block a user