--- a/QTfrontend/hwform.cpp Sun Oct 30 18:29:29 2022 +0200
+++ b/QTfrontend/hwform.cpp Mon Oct 31 02:11:37 2022 +0200
@@ -1949,6 +1949,7 @@
connect(game, SIGNAL(SendTeamMessage(const QString &)), hwnet, SLOT(SendTeamMessage(const QString &)));
connect(game, SIGNAL(SendDrawCmd(const QByteArray &)), hwnet, SLOT(SendDrawCmd(const QByteArray &)));
connect(hwnet, SIGNAL(chatStringFromNet(const QString &)), game, SLOT(FromNetChat(const QString &)), Qt::QueuedConnection);
+ connect(hwnet, SIGNAL(chatStringFromNetIgnored(const QString &)), game, SLOT(FromNetChatIgnored(const QString &)), Qt::QueuedConnection);
connect(hwnet, SIGNAL(Warning(const QString&)), game, SLOT(FromNetWarning(const QString&)), Qt::QueuedConnection);
connect(hwnet, SIGNAL(Error(const QString&)), game, SLOT(FromNetError(const QString&)), Qt::QueuedConnection);