Change default NICKLEN to 31 to be better for most people/networks.

This commit is contained in:
JD Horelick 2010-02-26 13:59:44 -05:00
parent 4424a19423
commit 6b77736ac0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -7852,7 +7852,7 @@ $as_echo "$as_me: WARNING: NICKLEN has a hard limit of 50. Setting NICKLEN=50" >
fi
else
NICKLEN=15
NICKLEN=31
fi

View File

@ -873,7 +873,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 1
else
NICKLEN="$withval"
fi
], [NICKLEN=15])
], [NICKLEN=31])
AC_ARG_WITH(topiclen,
AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]),