summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r--src/gui/widgets/chattab.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h
index 998ad2e3d..611ca8ef3 100644
--- a/src/gui/widgets/chattab.h
+++ b/src/gui/widgets/chattab.h
@@ -153,6 +153,12 @@ class ChatTab : public Tab
void setRemoveNames(bool n)
{ mRemoveNames = n; }
+ bool getNoAway()
+ { return mNoAway; }
+
+ void setNoAway(bool n)
+ { mNoAway = n; }
+
protected:
friend class ChatWindow;
friend class WhisperWindow;
@@ -173,6 +179,7 @@ class ChatTab : public Tab
BrowserBox *mTextOutput;
bool mAllowHightlight;
bool mRemoveNames;
+ bool mNoAway;
};
extern ChatTab *localChatTab;