if [[ -z "$MIAU_OPTS" ]]
        then
MIAU_OPTS="$MIAU_DCCBOUNCE $MIAU_AUTOMODE $MIAU_RELEASENICK \
           $MIAU_CTCP $MIAU_MKPASSWD $MIAU_UPTIME $MIAU_CHANLOG \
           $MIAU_PRIVLOG $MIAU_ONCONNECT $MIAU_EMPTYAWAY $MIAU_ASCIIART \
           $MIAU_QUICKLOG $MIAU_QUICKLOGSTAMP $MIAU_INBOX"
fi  &&
config_query_option MIAU_OPTS \
                    "Enable DCC Bouncing" \
                    y \
                    "--enable-dccbounce" \
                    "--disable-dccbounce"
config_query_option MIAU_OPTS \
                    "Enable automode setting onjoin" \
                    y \
                    "--enable-automode" \
                    "--disable-automode"
config_query_option MIAU_OPTS \
                    "Enable the release nick option" \
                    y \
                    "--enable-releasenick" \
                    "--disable-releasenick"
config_query_option MIAU_OPTS \
                    "Enable ctcp replies(highly recommended)" \
                    y \
                    "--enable-ctcp-replies" \
                    "--disable-ctcp-replies"
config_query_option MIAU_OPTS \
                    "Enable builtin crypt mkpasswd utility(good idea)" \
                    y \
                    "--enable-mkpasswd" \
                    "--disable-mkpasswd"
config_query_option MIAU_OPTS \
                    "Enable uptime command" \
                    y \
                    "--enable-uptime" \
                    "--disable-uptime"
config_query_option MIAU_OPTS \
                    "Enable channel logging" \
                    y \
                    "--enable-chanlog" \
                    "--disable-chanlog"
config_query_option MIAU_OPTS \
                    "Enable private message logging" \
                    y \
                    "--enable-privlog" \
                    "--disable-privlog"
config_query_option MIAU_OPTS \
                    "Enable on connect actions" \
                    y \
                    "--enable-onconnect" \
                    "--disable-onconnect"
config_query_option MIAU_OPTS \
                    "Enable the use of empty away messages" \
                    y \
                    "--enable-empty-awaymsg" \
                    "--disable-empty-awaymsg"
config_query_option MIAU_OPTS \
                    "Enable fancy ascii art" \
                    y \
                    "--enable-ascii-art" \
                    "--disable-ascii-art"
config_query_option MIAU_OPTS \
                    "Enable quicklogging" \
                    y \
                    "--enable-quicklog"   \
                    "--disable-quicklog"
config_query_option MIAU_OPTS \
                    "Enable quicklog timestamps" \
                    y \
                    "--enable-qlogstamp" \
                    "--disable-qlogstamp"
config_query_option MIAU_OPTS \
                    "Enable inbox for priv msgs" \
                    y \
                    "--enable-inbox" \
                    "--disable-inbox"
