summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chatwindow.h')
-rw-r--r--src/gui/chatwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/chatwindow.h b/src/gui/chatwindow.h
index 67f87be1a..80b59b8d7 100644
--- a/src/gui/chatwindow.h
+++ b/src/gui/chatwindow.h
@@ -273,6 +273,8 @@ class ChatWindow final : public Window,
void parseHighlights();
+ void parseGlobalsFilter();
+
bool findHighlight(const std::string &str) A_WARN_UNUSED;
void copyToClipboard(const int x, const int y) const;
@@ -293,6 +295,8 @@ class ChatWindow final : public Window,
void widgetResized(const gcn::Event &event) override;
+ void addGlobalMessage(const std::string &line);
+
#ifdef USE_PROFILER
void logicChildren();
#endif
@@ -367,6 +371,7 @@ class ChatWindow final : public Window,
unsigned int mChatHistoryIndex;
std::list<std::string> mAwayLog;
StringVect mHighlights;
+ StringVect mGlobalsFilter;
bool mGMLoaded;
bool mHaveMouse;
bool mAutoHide;