]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.h
Added instructions for using potions
[irc/gameservirc.git] / gameserv / aClient.h
index dbc41c9f1f71b3d84d5e3edb96aba3421f6ac527..8e6b672c7635d9a0fe426bf548fa5aea0a2035f8 100644 (file)
@@ -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