]> jfr.im git - solanum.git/blobdiff - configure
Add support for customizing the usable nick length.
[solanum.git] / configure
index 3739e8e2da08f3854c0aa0a95bca04a3da22d41c..ef8f97511bede5c8f407daf43195bb0457bd397a 100755 (executable)
--- a/configure
+++ b/configure
@@ -1374,7 +1374,8 @@ Optional Packages:
                           Custom branding name.
   --with-custom-version=NAME
                           Custom version branding.
-  --with-nicklen=LENGTH   Set the nick length to LENGTH (default 15, max 50)
+  --with-nicklen=LENGTH   Set the upper-bound nick length to LENGTH (default
+                          50, max 50)
   --with-topiclen=NUMBER  Set the max topic length to NUMBER (default 390, max
                           390)
 
@@ -7916,7 +7917,7 @@ $as_echo "$as_me: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" >
   fi
 
 else
-  NICKLEN=15
+  NICKLEN=50
 fi