From 593dbe6cbce8a4137b7e86633e801d6200f6e999 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Oct 2014 12:23:45 +0300 Subject: Dont show over head text for channel messages. --- src/gui/windows/chatwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index bb5f37a4d..69e8c0907 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1577,6 +1577,7 @@ bool ChatWindow::resortChatLog(std::string line, else if (serverFeatures->haveChatChannels()) { channelChatLog(channel, line, own, ignoreRecord, tryRemoveColors); + return false; } else if (mShowAllLang) { -- cgit v1.2.3-70-g09d2