mirror of
https://github.com/znc/znc.git
synced 2026-08-11 03:12:50 +02:00
CClient: add ATTACH command
The main benefit is that (unlike JOIN) ATTACH allows wildcards. It's also nicely symmetric with DETACH.
This commit is contained in:
@@ -258,6 +258,7 @@ private:
|
||||
void EchoMessage(const CMessage& Message);
|
||||
|
||||
std::set<CChan*> MatchChans(const CString& sPatterns) const;
|
||||
unsigned int AttachChans(const std::set<CChan*>& sChans);
|
||||
unsigned int DetachChans(const std::set<CChan*>& sChans);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user