From: <dia...@us...> - 2003-10-26 18:46:48
|
Update of /cvsroot/genericircd/gircd2.0/include In directory sc8-pr-cvs1:/tmp/cvs-serv14927/include Modified Files: ircd_features.h Log Message: Fixed a missing , Index: ircd_features.h =================================================================== RCS file: /cvsroot/genericircd/gircd2.0/include/ircd_features.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ircd_features.h 26 Oct 2003 18:37:52 -0000 1.4 --- ircd_features.h 26 Oct 2003 18:44:38 -0000 1.5 *************** *** 53,57 **** FEAT_USERCLOAK, FEAT_USER_CLOAK_HOST, ! FEAT_WHOIS_SERVICES /* features that probably should not be touched */ FEAT_KILLCHASETIMELIMIT, --- 53,57 ---- FEAT_USERCLOAK, FEAT_USER_CLOAK_HOST, ! FEAT_WHOIS_SERVICES, /* features that probably should not be touched */ FEAT_KILLCHASETIMELIMIT, |