diff -r 9562ace15141 -r c305d31642ac QTfrontend/ui/page/pagenetgame.cpp --- a/QTfrontend/ui/page/pagenetgame.cpp Wed Apr 25 08:23:48 2012 +0200 +++ b/QTfrontend/ui/page/pagenetgame.cpp Wed Apr 25 17:44:48 2012 +0200 @@ -40,6 +40,7 @@ pChatWidget = new HWChatWidget(this, m_gameSettings, true); pChatWidget->setShowReady(true); // show status bulbs by default pChatWidget->setShowFollow(false); // don't show follow in nicks' context menus + pChatWidget->setIgnoreListKick(true); // kick ignored players automatically pageLayout->addWidget(pChatWidget, 2, 0, 1, 2); pageLayout->setRowStretch(1, 100); pageLayout->setRowStretch(2, 100);