Forward port NICKLEN feature from 2.10.11.
[ircu2.10.12-pk.git] / ircd / ircd_features.c
index dbdaa045372147dbf39875e8d33006a6dcb7bba7..8710d2d708a513456cd5b64ec694500078774d81 100644 (file)
@@ -261,6 +261,7 @@ static struct FeatureDesc {
   /* features that probably should not be touched */
   F_I(KILLCHASETIMELIMIT, 0, 30, 0),
   F_I(MAXCHANNELSPERUSER, 0, 10, 0),
+  F_I(NICKLEN, 0, 9, 0),
   F_I(AVBANLEN, 0, 40, 0),
   F_I(MAXBANS, 0, 45, 0),
   F_I(MAXSILES, 0, 15, 0),