From f8d017405431b51e204574e6dfd29adcdf5b61a5 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 11 Apr 2010 11:29:55 +0000 Subject: [PATCH] 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 --- User.h | 1 + 1 file changed, 1 insertion(+) diff --git a/User.h b/User.h index 44c52c1f..084904df 100644 --- a/User.h +++ b/User.h @@ -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: