Add CHANNELLEN feature, analogous to NICKLEN feature.
[ircu2.10.12-pk.git] / doc / readme.features
index 17bda8cdcee07aedc0b710bc4936f6ef47bc9823..63fa54d43ac6ce18e17740bf8163aeae0923a10d 100644 (file)
@@ -519,12 +519,6 @@ HIS_STATS_g
 
 As per UnderNet CFV-165, this removes /STATS g from users.
 
-HIS_STATS_h
- * Type: boolean
- * Default: TRUE
-
-As per UnderNet CFV-165, this removes /STATS h from users.
-
 HIS_STATS_k
  * Type: boolean
  * Default: TRUE
@@ -549,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
@@ -848,3 +848,11 @@ TOPIC_BURST
 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.
+
+CHANNELLEN
+ * Type: integer
+ * Default: 200
+
+This is the allowed length of locally created channels.  It may not be
+larger than the CHANNELLEN #define.  Like the NICKLEN feature, this is
+intended to ease changes in channel name length across a network.