summaryrefslogtreecommitdiffstats
path: root/chat-irc/ircd-ratbox/CONFIGURE
blob: b2483868177f851c13b8b074369406464adec42e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config_query_option IRCD_RATBOX_OPTS "Enable IPv6 support?" y \
                                     "--enable-ipv6" \
                                     "--disable-ipv6" &&

config_query_option IRCD_RATBOX_OPTS "Enable ratbox-services compatibility code?" y \
                                     "--enable-services" \
                                     "--disable-services" &&

config_query_option IRCD_RATBOX_OPTS "Enable small network optimizations?" n \
                                     "--enable-small-net" \
                                     "--disable-small-net" &&

config_query_string IRCD_RATBOX_NICKLEN "Set the nick length (max 50):" \
                                        9 &&

if [[ $IRCD_RATBOX_RELEASE == stable ]]; then
  config_query_string IRCD_RATBOX_TOPICLEN "Set the max topic length (max 390):" \
                                           160
fi