X-Git-Url: https://jfr.im/git/irc/gameservirc.git/blobdiff_plain/ce61cdfaa7c8472dc83c834fcb15352ed890c059..4ff82eab9261bd17ab146578111aec05152e1bcb:/gameserv/aClient.h diff --git a/gameserv/aClient.h b/gameserv/aClient.h index dbc41c9..8e6b672 100644 --- a/gameserv/aClient.h +++ b/gameserv/aClient.h @@ -33,7 +33,7 @@ class aClient { #ifdef P10 void setRealNick(char *rn) { strcpy(realnick, rn);}; // Sets the client's realnick - char *getRealNick() { return realnick; }; // Returns the client's real nick + char *getRealNick() { return realnick; }; // Returns the client's real text nickname #endif Player *stats; // Pointer to the client's player struct