From: <dia...@us...> - 2003-10-26 18:38:17
|
Update of /cvsroot/genericircd/gircd2.0/include In directory sc8-pr-cvs1:/tmp/cvs-serv13864/include Modified Files: ircd_features.h Log Message: Sigh .. Index: ircd_features.h =================================================================== RCS file: /cvsroot/genericircd/gircd2.0/include/ircd_features.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ircd_features.h 26 Oct 2003 16:56:26 -0000 1.3 --- ircd_features.h 26 Oct 2003 18:37:52 -0000 1.4 *************** *** 53,57 **** FEAT_USERCLOAK, FEAT_USER_CLOAK_HOST, ! /* 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, *************** *** 98,103 **** FEAT_SETHOST_USER, FEAT_SETHOST_AUTO, ! FEAT_WHOIS_SERVICES, ! /* features that affect global opers on this server */ FEAT_OPER_KILL, --- 98,102 ---- FEAT_SETHOST_USER, FEAT_SETHOST_AUTO, ! /* features that affect global opers on this server */ FEAT_OPER_KILL, |