QTfrontend/netserver.h
changeset 326 c6718bfdd642
parent 319 7f3bd9e31f18
child 334 85eacbd9827f
--- a/QTfrontend/netserver.h	Sun Jan 14 11:58:08 2007 +0000
+++ b/QTfrontend/netserver.h	Sun Jan 14 13:10:29 2007 +0000
@@ -49,7 +49,7 @@
   bool readyToStart;
   QStringList gameCfg;
   class ShouldDisconnectException {};
-  
+
   QString client_nick;
   void ParseLine(const QByteArray & line);
 
@@ -77,7 +77,7 @@
  public:
   void StartServer();
   void StopServer();
-  bool isCheefClient(HWConnectedClient* cl) const;
+  bool isChiefClient(HWConnectedClient* cl) const;
   void sendAll(QString gameCfg);
   void sendOthers(HWConnectedClient* this_cl, QString gameCfg);
   bool haveNick(const QString& nick) const;