X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/199eaba28d7efdc93149361da033ac0ac17458ed..62a2743ab7aef4888c53c7dbc1c46c28d19a95b2:/configure.ac diff --git a/configure.ac b/configure.ac index 43f19d1..c5219ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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)]), @@ -1160,7 +1160,6 @@ AC_CONFIG_FILES( \ bandb/Makefile \ ssld/Makefile \ extensions/Makefile \ - modes/Makefile \ unsupported/Makefile \ src/Makefile \ modules/Makefile \