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:
psychon
2010-04-11 11:29:55 +00:00
parent ae5d15af46
commit f8d0174054
+1
View File
@@ -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: