diff --git a/IRCSock.h b/IRCSock.h index 57b480fa..7d278362 100644 --- a/IRCSock.h +++ b/IRCSock.h @@ -41,7 +41,7 @@ public: void KeepNick(bool bForce = false); void PutIRC(const CString& sLine); - void CIRCSock::ParseISupport(const CString& sLine); + void ParseISupport(const CString& sLine); // Setters void SetPass(const CString& s) { m_sPass = s; }