Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index 83971d733ac65a9eee503e1725818025944bc8db..0baf30bdec48fe68d7b8da0a067410e5e96eb56d 100644 (file)
@@ -285,7 +285,7 @@ static struct FeatureDesc {
   F_B(SHOW_ALL_INVISIBLE_USERS, 0, 1, 0),
   F_B(UNLIMIT_OPER_QUERY, 0, 0, 0),
   F_B(LOCAL_KILL_ONLY, 0, 0, 0),
-  F_B(CONFIG_OPERCMDS, 0, 1, 0), /* XXX change default before release */
+  F_B(CONFIG_OPERCMDS, 0, 0, 0),
 
   /* features that affect global opers on this server */
   F_B(OPER_KILL, 0, 1, 0),