X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=doc%2Freadme.features;h=63fa54d43ac6ce18e17740bf8163aeae0923a10d;hb=adf5a0ef4e40b2bd6c3c7af64bc1762f315616fd;hp=4a3ed80cf2d3365acc76b619f871e19646840a59;hpb=5c86a7860ab913b137c583e9a8608ad71f0878bd;p=ircu2.10.12-pk.git diff --git a/doc/readme.features b/doc/readme.features index 4a3ed80..63fa54d 100644 --- a/doc/readme.features +++ b/doc/readme.features @@ -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.