Author: LordLuke <lordluke@undernet.org>
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index d9fb2d0c7e50aa020a42e6ca4a4da1e614cf84bd..f46c48e54aeb0031f13313e685e1848cf1805d70 100644 (file)
@@ -308,6 +308,7 @@ static struct FeatureDesc {
   F_B(OPER_SET, 0, 0, 0),
   F_B(OPERS_SEE_IN_SECRET_CHANNELS, 0, 1, 0),
   F_B(OPER_WIDE_GLINE, 0, 1, 0),
+  F_B(OPER_LIST_CHAN, 0, 1, 0),
 
   /* features that affect local opers on this server */
   F_B(LOCOP_KILL, 0, 1, 0),
@@ -321,6 +322,7 @@ static struct FeatureDesc {
   F_B(LOCOP_SET, 0, 0, 0),
   F_B(LOCOP_SEE_IN_SECRET_CHANNELS, 0, 0, 0),
   F_B(LOCOP_WIDE_GLINE, 0, 0, 0),
+  F_B(LOCOP_LIST_CHAN, 0, 0, 0),
 
 #undef F_S
 #undef F_B