QTfrontend/ui/page/pagenetgame.cpp
changeset 6929 c305d31642ac
parent 6700 e04da46ee43c
child 6952 7f70f37bbf08
--- 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);