Forward port NICKLEN feature from 2.10.11.
[ircu2.10.12-pk.git] / doc / readme.features
index 597f458cd9af6597eccd8a086fdaa0351f575d55..8752e1adfd5f5477865d4453a868e4774323ab1b 100644 (file)
@@ -251,12 +251,6 @@ HIDDEN_IP
 This selects a fake IP to be shown on /USERIP and /WHO %i when the
 target has a hidden host (see HOST_HIDING).
 
-AUTOHIDE
- * Type: boolean
- * Default: TRUE
-
-If enabled, local users get umode +x by default when they connect.
-
 CONNEXIT_NOTICES
  * Type: boolean
  * Default: FALSE
@@ -1074,3 +1068,12 @@ URL_CLIENTS
  * Default: "ftp://ftp.undernet.org/pub/irc/clients"
 
 This defines a URL that users may visit to find compatible IRC clients.
+
+NICKLEN
+ * Type: integer
+ * Default: 9
+
+This is the allowed length of the nickname length.  It may not be
+larger than the NICKLEN #define, and should usually be the same
+length.  The real purpose of this feature is to permit easy increases
+in nickname length for a network.