mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Added support for AwayPrefix
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@315 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
||||
// Setters
|
||||
void SetNick(const CString& s);
|
||||
void SetAltNick(const CString& s);
|
||||
void SetAwaySuffix(const CString& s);
|
||||
void SetIdent(const CString& s);
|
||||
void SetRealName(const CString& s);
|
||||
void SetVHost(const CString& s);
|
||||
@@ -88,6 +89,7 @@ public:
|
||||
const CString& GetUserName() const;
|
||||
const CString& GetNick() const;
|
||||
const CString& GetAltNick() const;
|
||||
const CString& GetAwaySuffix() const;
|
||||
const CString& GetIdent() const;
|
||||
const CString& GetRealName() const;
|
||||
const CString& GetVHost() const;
|
||||
@@ -101,7 +103,7 @@ public:
|
||||
CString GetPemLocation() const;
|
||||
|
||||
bool UseClientIP() const;
|
||||
bool KeepNick() const;
|
||||
bool GetKeepNick() const;
|
||||
bool DenyLoadMod() const;
|
||||
const CString& GetStatusPrefix() const;
|
||||
const CString& GetDefaultChanModes() const;
|
||||
@@ -121,6 +123,7 @@ protected:
|
||||
CString m_sUserName;
|
||||
CString m_sNick;
|
||||
CString m_sAltNick;
|
||||
CString m_sAwaySuffix;
|
||||
CString m_sIdent;
|
||||
CString m_sRealName;
|
||||
CString m_sVHost;
|
||||
|
||||
Reference in New Issue
Block a user