QTfrontend/newnetclient.cpp
changeset 1671 bb12cb688f75
parent 1668 ceee3f20c784
child 1683 af34da5726aa
--- a/QTfrontend/newnetclient.cpp	Wed Jan 14 16:41:29 2009 +0000
+++ b/QTfrontend/newnetclient.cpp	Wed Jan 14 16:49:44 2009 +0000
@@ -705,3 +705,8 @@
 	netClientState = 2;
 	RawSendNet(QString("PART"));
 }
+
+bool HWNewNet::isInRoom()
+{
+	return netClientState > 2;
+}