mirror of
https://github.com/znc/znc.git
synced 2026-06-30 06:51:26 +02:00
Add a getter for CUser::m_bIRCAway
Patch by Loriaki via sf.net patch tracker, thanks. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1903 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -243,6 +243,7 @@ public:
|
||||
unsigned long long BytesWritten() const { return m_uBytesWritten; }
|
||||
unsigned int JoinTries() const { return m_uMaxJoinTries; }
|
||||
unsigned int MaxJoins() const { return m_uMaxJoins; }
|
||||
bool IsIRCAway() { return m_bIRCAway; }
|
||||
CString GetSkinName() const;
|
||||
// !Getters
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user