config_query_option IRSSI_OPTS "build with irssi-bot" n \
                               "--with-bot" \
                               "--without-bot" &&

config_query_option IRSSI_OPTS "build with irssi-proxy (to use irssi as a bouncer)" n \
                               "--with-proxy" \
                               "--without-proxy" &&

config_query_option IRSSI_OPTS "build with IPv6 support?" y \
                               "--enable-ipv6" \
                               "--disable-ipv6"
