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: