mirror of
https://github.com/znc/znc.git
synced 2026-07-05 01:11:53 +02:00
@@ -131,11 +131,13 @@ public:
|
||||
const CString& GetAltNick(const bool bAllowDefault = true) const;
|
||||
const CString& GetIdent(const bool bAllowDefault = true) const;
|
||||
const CString& GetRealName() const;
|
||||
const CString& GetBindHost() const;
|
||||
|
||||
void SetNick(const CString& s);
|
||||
void SetAltNick(const CString& s);
|
||||
void SetIdent(const CString& s);
|
||||
void SetRealName(const CString& s);
|
||||
void SetBindHost(const CString& s);
|
||||
|
||||
double GetFloodRate() const { return m_fFloodRate; }
|
||||
unsigned short int GetFloodBurst() const { return m_uFloodBurst; }
|
||||
@@ -155,6 +157,7 @@ protected:
|
||||
CString m_sAltNick;
|
||||
CString m_sIdent;
|
||||
CString m_sRealName;
|
||||
CString m_sBindHost;
|
||||
|
||||
CModules* m_pModules;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user