]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/player.h
Added to the TODO
[irc/gameservirc.git] / gameserv / player.h
index c6c331bcf228712b7cbb89ec38a76bf094bc4696..00b95f32fb0bcc6824d1d81cd26777453b6c2c39 100644 (file)
@@ -40,6 +40,8 @@ public:
     int player_fights;          // Amount of player<->player fights for today
     char *password;            // Player's encrypted password
     Pouch inventory;           // This contains their potions, etc.
+    long int lastcommand;      // timestamp for the last command typed
+    long int lastlogin;                // timestamp for the last login
 
     aClient *client;           // Pointer to the aClient this player is from
     Monster *fight;            // Pointer to the monster the player is currently fighting