diff options
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r-- | src/gui/windows/chatwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index 068ec4111..b21930bd0 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -223,6 +223,12 @@ class ChatWindow final : public Window, const bool ignoreRecord = false, const bool tryRemoveColors = true); + void channelChatLog(const std::string &channel, + const std::string &line, + ChatMsgType::Type own, + const bool ignoreRecord, + const bool tryRemoveColors); + void updateOnline(const std::set<std::string> &onlinePlayers) const; void loadState(); |