Add CHANNELLEN feature, analogous to NICKLEN feature.
[ircu2.10.12-pk.git] / doc / readme.features
index 4a3ed80cf2d3365acc76b619f871e19646840a59..63fa54d43ac6ce18e17740bf8163aeae0923a10d 100644 (file)
@@ -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.