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:
prozacx
2005-05-16 05:07:26 +00:00
parent 21af04df7d
commit 94b37a2fd9
7 changed files with 69 additions and 9 deletions
+4 -1
View File
@@ -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;