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
