From: Gabriel B. <sh...@us...> - 2006-01-02 20:26:35
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26252/include Modified Files: config.h Log Message: minor updates. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** config.h 30 Dec 2005 21:29:28 -0000 1.16 --- config.h 2 Jan 2006 20:26:22 -0000 1.17 *************** *** 211,214 **** --- 211,223 ---- /* + * RESTRICT_ADMINONLY + * This function will restrict stats C & c for server administrators only. + * + */ + + #define RESTRICT_C_LINES_ADMINONLY + + + /* * TOYS * Define this if you want to enable our toys. |