mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Added GetMaxNickLen()
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@310 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -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<unsigned char, EChanModeArgs>& GetChanModes() const { return m_mueChanModes; }
|
||||
@@ -83,6 +83,7 @@ protected:
|
||||
CBuffer m_MotdBuffer;
|
||||
CUserSock* m_pUserSock;
|
||||
map<CString, CChan*> m_msChans;
|
||||
unsigned int m_uMaxNickLen;
|
||||
unsigned int m_uQueryBufferCount;
|
||||
CBuffer m_QueryBuffer;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user