[X2serv-cvs] CVS: x2/source commands.c,1.136,1.137
Brought to you by:
sirvulcan
From: Richard P. <lys...@us...> - 2001-03-08 10:04:48
|
Update of /cvsroot/x2serv/x2/source In directory usw-pr-cvs1:/tmp/cvs-serv23909 Modified Files: commands.c Log Message: When people in the userlist have a last seen time of 0, it doesn't display 11000 days ago anymore, but n/a Index: commands.c =================================================================== RCS file: /cvsroot/x2serv/x2/source/commands.c,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -r1.136 -r1.137 *** commands.c 2001/03/02 14:06:26 1.136 --- commands.c 2001/03/08 10:06:30 1.137 *************** *** 2827,2830 **** --- 2827,2833 ---- strcat(SeenStr, "Just left"); } + if (!seentime) { + strcpy(SeenStr, "n/a"); + } /**************************/ if(hptr->Masks) |