QTfrontend/newnetclient.cpp
changeset 1339 8a11157c6c81
parent 1338 758c39a3dcfe
child 1344 4004e597f1bf
--- 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;
+}