mirror of
https://github.com/znc/znc.git
synced 2026-08-08 01:43:03 +02:00
Merge pull request #1056 from jpnurmi/handlecap
Implement CClient::HandleCap() using CMessage (ref #1013)
This commit is contained in:
@@ -246,7 +246,7 @@ public:
|
||||
CIRCSock* GetIRCSock();
|
||||
CString GetFullName() const;
|
||||
private:
|
||||
void HandleCap(const CString& sLine);
|
||||
void HandleCap(const CMessage& Message);
|
||||
void RespondCap(const CString& sResponse);
|
||||
void ParsePass(const CString& sAuthLine);
|
||||
void ParseUser(const CString& sAuthLine);
|
||||
|
||||
Reference in New Issue
Block a user