diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-03-29 02:16:00 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-04-06 22:53:37 +0200 |
commit | b3ab76d90d265e219fafa989ba55bbc53bea52f4 (patch) | |
tree | 9b7b398bb0b3ef9856f83eabf85ecc5c2fcad914 /src/gui/windows/chatwindow.cpp | |
parent | 76b8c48d441487accff8eeb7027108ddcf2c98d0 (diff) | |
download | manaverse-b3ab76d90d265e219fafa989ba55bbc53bea52f4.tar.gz manaverse-b3ab76d90d265e219fafa989ba55bbc53bea52f4.tar.bz2 manaverse-b3ab76d90d265e219fafa989ba55bbc53bea52f4.tar.xz manaverse-b3ab76d90d265e219fafa989ba55bbc53bea52f4.zip |
Revert "Client rebranding: Partly import changes from !28"
This reverts commit 775392e472933be8d1d76619894efc0671f0c02d.
[skip ci]
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index a3b777655..0d52dad14 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -2,8 +2,7 @@ * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers - * Copyright (C) 2011-2020 The ManaPlus Developers - * Copyright (C) 2020-2023 The ManaVerse Developers + * Copyright (C) 2011-2019 The ManaPlus Developers * * This file is part of The ManaPlus Client. * @@ -1663,14 +1662,11 @@ bool ChatWindow::resortChatLog(std::string line, { replaceAll(tmpNick, "#", "_"); replaceAll(tmpNick, "%", "_"); - // we dont care! -/* if (Net::getNetworkType() == ServerType::TMWATHENA) { // TRANSLATORS: error message line = _("Broken nick detected: ") + line; } -*/ own = ChatMsgType::BY_SERVER; } const size_t idx = line.find(": \302\202"); |