Port CIRCSock::ParseISupport() to use CMessage

This commit is contained in:
J-P Nurmi
2015-09-07 23:20:36 +02:00
parent 6ad7cdb4a2
commit cb84ecac9c
3 changed files with 78 additions and 9 deletions
+1 -1
View File
@@ -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();