]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.h
P10 is now functional. The game is playable, but it does not display text nicknames...
[irc/gameservirc.git] / gameserv / aClient.h
index 3dbad5653dcde02262b677e1c11ee26ca9cf9cef..2ffee812b6b584e4799926f4011324e23ed21e87 100644 (file)
@@ -34,7 +34,11 @@ class aClient {
        long int remFlag(long int);     // Removes a flag from the client's current flags
 
     private:
-        char nick[32];         // Client's current nickname.
+       #ifdef P10
+           char realnick[32];  // Real Nickname
+       #endif
+
+        char nick[32];         // Client's current nickname. Numeric if P10 is used
        long int flags;         // Client's current flags.
 };