From: Gabriel B. <sh...@us...> - 2005-12-04 14:41:09
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2900/include Modified Files: config.h Log Message: added stats for gline. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config.h 4 Dec 2005 07:14:07 -0000 1.13 --- config.h 4 Dec 2005 14:40:45 -0000 1.14 *************** *** 613,617 **** */ #define NO_USER_SERVERKILLS ! /* #undef NO_USER_OPERKILLS */ /* #undef NO_USER_STATS */ --- 613,617 ---- */ #define NO_USER_SERVERKILLS ! #define NO_USER_OPERKILLS /* #undef NO_USER_STATS */ *************** *** 621,627 **** /* #undef NO_USER_OPERTARGETED_COMMANDS */ /* #undef HIDE_NUMERIC_SOURCE */ ! /* #undef HIDE_KILL_ORIGINS */ /* #undef HIDE_SPLIT_SERVERS */ ! /* #undef HIDE_SERVERMODE_ORIGINS */ /***********************/ --- 621,627 ---- /* #undef NO_USER_OPERTARGETED_COMMANDS */ /* #undef HIDE_NUMERIC_SOURCE */ ! #define HIDE_KILL_ORIGINS /* #undef HIDE_SPLIT_SERVERS */ ! #define HIDE_SERVERMODE_ORIGINS /***********************/ |