Author: Isomer <isomer@coders.net>
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index 7e6a62d8e13b560bbffddec10ff91f83eb19cbdc..5b45b7de158938bd54345d1288d526e8c5edebdb 100644 (file)
@@ -227,6 +227,8 @@ static struct FeatureDesc {
   F_B(SHOW_ALL_INVISIBLE_USERS, 1),
   F_B(UNLIMIT_OPER_QUERY, 0),
   F_B(LOCAL_KILL_ONLY, 0),
+  F_B(TOS_SERVER,0x08),
+  F_B(TOS_CLIENT,0x08),
   F_B(CONFIG_OPERCMDS, 1), /* XXX change default before release */
 
   F_B(OPER_KILL, 1),