mirror of
https://github.com/znc/znc.git
synced 2026-05-09 14:54:53 +02:00
Port CIRCSock::ParseISupport() to use CMessage
This commit is contained in:
@@ -136,7 +136,7 @@ private:
|
||||
// !Message Handlers
|
||||
|
||||
void SetNick(const CString& sNick);
|
||||
void ParseISupport(const CString& sLine);
|
||||
void ParseISupport(const CMessage& Message);
|
||||
// This is called when we connect and the nick we want is already taken
|
||||
void SendAltNick(const CString& sBadNick);
|
||||
void SendNextCap();
|
||||
|
||||
Reference in New Issue
Block a user