QTfrontend/net/newnetclient.cpp
changeset 15424 3207dd5fdfd2
parent 15417 5fcdc072d706
child 15878 fc3cb23fd26f
child 15993 64740eec84ad
--- a/QTfrontend/net/newnetclient.cpp	Thu Sep 26 19:03:14 2019 +0300
+++ b/QTfrontend/net/newnetclient.cpp	Thu Sep 26 19:36:56 2019 +0300
@@ -438,10 +438,6 @@
             // Another kind of fake nick. '(' nicks are server messages, but they must not be translated
             if(!sender.startsWith('('))
             {
-                // don't handle chat messages that are from ignored nicks
-                if (m_playersModel->isFlagSet(sender, PlayersListModel::Ignore))
-                    return;
-
                 // Check for action (/me command)
                 action = HWProto::chatStringToAction(message);
             }