]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.h
added items to the tavern.dat, added the filename option to the config file
[irc/gameservirc.git] / gameserv / aClient.h
index dbc41c9f1f71b3d84d5e3edb96aba3421f6ac527..b711021410fbd9c5e548df096a2393cab8328495 100644 (file)
@@ -5,6 +5,7 @@
 #include "options.h"
 #include "player.h"
 #include <iostream>
+
 using std::ostream;
 
 class Player; // forward declaration
@@ -33,7 +34,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