diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-29 12:23:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-29 12:23:45 +0300 |
commit | 593dbe6cbce8a4137b7e86633e801d6200f6e999 (patch) | |
tree | 1e247e8d7a2353b88dd06cb4a6455ae14a18b506 /src/gui/windows | |
parent | 929caca446c6c3ef0d289d230068d7b264d4887f (diff) | |
download | plus-593dbe6cbce8a4137b7e86633e801d6200f6e999.tar.gz plus-593dbe6cbce8a4137b7e86633e801d6200f6e999.tar.bz2 plus-593dbe6cbce8a4137b7e86633e801d6200f6e999.tar.xz plus-593dbe6cbce8a4137b7e86633e801d6200f6e999.zip |
Dont show over head text for channel messages.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |