summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-13 16:50:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-13 16:50:23 +0300
commit84e2c79004f42656660a32f4b54277954f7ec631 (patch)
treef83d6d2d22bd38145cac2a1023000db7d3c2e74a /src/gui/windows/chatwindow.h
parent00345798a405d4e28f489d01a2dea6afb01a6c18 (diff)
downloadManaVerse-84e2c79004f42656660a32f4b54277954f7ec631.tar.gz
ManaVerse-84e2c79004f42656660a32f4b54277954f7ec631.tar.bz2
ManaVerse-84e2c79004f42656660a32f4b54277954f7ec631.tar.xz
ManaVerse-84e2c79004f42656660a32f4b54277954f7ec631.zip
eathena: show channel messages in channel tab.
Diffstat (limited to 'src/gui/windows/chatwindow.h')
-rw-r--r--src/gui/windows/chatwindow.h6
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();