Add missing }; in example Kill block (spotted by `Beee).
[ircu2.10.12-pk.git] / doc / readme.features
index 0157be78abce6fca2a1220c3849a8b409b966687..4a3ed80cf2d3365acc76b619f871e19646840a59 100644 (file)
@@ -489,29 +489,35 @@ HIS_TRACE
 
 As per UnderNet CFV-165, this removes /TRACE from users.
 
+HIS_STATS_a
+ * Type: boolean
+ * Default: TRUE
+
+As per UnderNet CFV-165, this removes /STATS a from users.
+
 HIS_STATS_l
  * Type: boolean
  * Default: TRUE
 
 As per UnderNet CFV-165, this removes /STATS l from users.
 
-HIS_STATS_c
+HIS_STATS_L
  * Type: boolean
  * Default: TRUE
 
-As per UnderNet CFV-165, this removes /STATS c from users.
+As per UnderNet CFV-165, this removes /STATS L from users.
 
-HIS_STATS_g
+HIS_STATS_c
  * Type: boolean
  * Default: TRUE
 
-As per UnderNet CFV-165, this removes /STATS g from users.
+As per UnderNet CFV-165, this removes /STATS c from users.
 
-HIS_STATS_h
+HIS_STATS_g
  * Type: boolean
  * Default: TRUE
 
-As per UnderNet CFV-165, this removes /STATS h from users.
+As per UnderNet CFV-165, this removes /STATS g from users.
 
 HIS_STATS_k
  * Type: boolean
@@ -537,6 +543,12 @@ HIS_STATS_j
 
 As per UnderNet CFV-165, this removes /STATS j from users.
 
+HIS_STATS_J
+ * Type: boolean
+ * Default: TRUE
+
+As per UnderNet CFV-165, this removes /STATS J from users.
+
 HIS_STATS_M
  * Type: boolean
  * Default: TRUE
@@ -573,6 +585,12 @@ HIS_STATS_r
 
 As per UnderNet CFV-165, this removes /STATS r from users.
 
+HIS_STATS_R
+ * Type: boolean
+ * Default: TRUE
+
+As per UnderNet CFV-165, this removes /STATS R from users.
+
 HIS_STATS_d
  * Type: boolean
  * Default: TRUE
@@ -816,3 +834,17 @@ ANNOUNCE_INVITES
 
 If set, send RPL_ISSUEDINVITE (345) to a channel's operators to
 announce when someone is invited to the channel.
+
+LOCAL_CHANNELS
+ * Type: boolean
+ * Default: TRUE
+
+If set, allow users to create local channels.
+
+TOPIC_BURST
+ * Type: boolean
+ * Default: FALSE
+
+If set, send the current topic value and timestamp for channels during
+burst.  This generally only makes sense for hubs to use, and it causes
+a large increase in net.burst size.