Add CHANNELLEN feature, analogous to NICKLEN feature.
[ircu2.10.12-pk.git] / doc / readme.features
index c0761d2434969d15349f0414606972f06ef1b0a2..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
@@ -854,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.