[X2serv-cvs] CVS: x2/source commands.c,1.119,1.120
Brought to you by:
sirvulcan
From: Alex S. <ru...@us...> - 2001-01-14 08:55:57
|
Update of /cvsroot/x2serv/x2/source In directory usw-pr-cvs1:/tmp/cvs-serv26056 Modified Files: commands.c Log Message: Removed a leftover DEBUG line in chanstats which was giving away the current channel key to anyone who cared to look. (woops ;) Index: commands.c =================================================================== RCS file: /cvsroot/x2serv/x2/source/commands.c,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -r1.119 -r1.120 *** commands.c 2001/01/14 08:09:26 1.119 --- commands.c 2001/01/14 08:55:45 1.120 *************** *** 2432,2438 **** send_to_user(uptr, " No URL"); send_to_user(uptr, " Default mode : %s", GetModeString(ModeString, cptr->PlusModes, cptr->MinModes, "????", cptr->Limit)); - #ifdef debugon - send_to_user(uptr, " DEBUG: CurrKey: %s", cptr->CurrentKey?cptr->CurrentKey:"(NULL)"); - #endif send_to_user(uptr, " "); send_to_user(uptr, " Num Of Owners : %3d | CoOwners : %3d", OwnerNumber, CoOwnerNumber); --- 2432,2435 ---- |