diff -r a2035c5d6089 -r bb12cb688f75 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Wed Jan 14 16:41:29 2009 +0000 +++ b/QTfrontend/newnetclient.h Wed Jan 14 16:49:44 2009 +0000 @@ -43,6 +43,7 @@ void Connect(const QString & hostName, quint16 port, const QString & nick); void Disconnect(); bool isRoomChief(); + bool isInRoom(); private: GameUIConfig* config;