]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - configure.ac
Change the defaul nicklen back to 31. This is more efficient due to struct packing.
[irc/rqf/shadowircd.git] / configure.ac
index 43f19d15158a22bbb3d445baf5d46f11923ecefb..025b82c673427a63508c493b0061728a401bd51a 100644 (file)
@@ -873,7 +873,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 3
   else
        NICKLEN="$withval"
   fi
-], [NICKLEN=30])
+], [NICKLEN=31])
 
 AC_ARG_WITH(topiclen,           
 AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]),