diff -r 758c39a3dcfe -r 8a11157c6c81 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Thu Oct 09 17:28:22 2008 +0000 +++ b/QTfrontend/newnetclient.cpp Thu Oct 09 20:36:53 2008 +0000 @@ -486,3 +486,8 @@ } RawSendNet(QString("LIST")); } + +bool HWNewNet::isRoomChief() +{ + return isChief; +}