]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/player.h
Added messages.cpp and find.cpp, which contain functions from gameserv.cpp
[irc/gameservirc.git] / gameserv / player.h
index 192577eff6b42f9b858afa3477bfaa53294a02f4..2e76b7614c61f8c5d14515995f3374ed5cd4579e 100644 (file)
@@ -112,7 +112,7 @@ public:
   long int lastcommand;        // timestamp for the last command typed
   long int lastlogin;          // timestamp for the last login
 
-  bool operator <(Player &right);
+  bool operator < (Player &right);
   
 private:
   string name;         // Player's Name