diff --git a/IRCSock.h b/IRCSock.h index 5978bf06..4f4cdd26 100644 --- a/IRCSock.h +++ b/IRCSock.h @@ -54,7 +54,7 @@ public: // !Setters // Getters - + unsigned int GetMaxNickLen() const { return m_uMaxNickLen; } EChanModeArgs GetModeType(unsigned char uMode) const; unsigned char GetPermFromMode(unsigned char uMode) const; const map& GetChanModes() const { return m_mueChanModes; } @@ -83,6 +83,7 @@ protected: CBuffer m_MotdBuffer; CUserSock* m_pUserSock; map m_msChans; + unsigned int m_uMaxNickLen; unsigned int m_uQueryBufferCount; CBuffer m_QueryBuffer; };