summaryrefslogtreecommitdiffstats
path: root/chat-irc/miau/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/miau/CONFIGURE')
-rwxr-xr-xchat-irc/miau/CONFIGURE75
1 files changed, 75 insertions, 0 deletions
diff --git a/chat-irc/miau/CONFIGURE b/chat-irc/miau/CONFIGURE
new file mode 100755
index 0000000000..6edfc9eee3
--- /dev/null
+++ b/chat-irc/miau/CONFIGURE
@@ -0,0 +1,75 @@
+config_query_option MIAU_DCCBOUNCE \
+ "Enable DCC Bouncing" \
+ y \
+ "--enable-dccbounce" \
+ "--disable-dccbounce"
+config_query_option MIAU_AUTOMODE \
+ "Enable automode setting onjoin" \
+ y \
+ "--enable-automode" \
+ "--disable-automode"
+config_query_option MIAU_RELEASENICK \
+ "Enable the release nick option" \
+ y \
+ "--enable-releasenick" \
+ "--disable-releasenick"
+config_query_option MIAU_CTCP \
+ "Enable ctcp replies(highly recommended)" \
+ y \
+ "--enable-ctcp-replies" \
+ "--disable-ctcp-replies"
+config_query_option MIAU_MKPASSWD \
+ "Enable builtin crypt mkpasswd utility(good idea)" \
+ y \
+ "--enable-mkpasswd" \
+ "--disable-mkpasswd"
+config_query_option MIAU_UPTIME \
+ "Enable uptime command" \
+ y \
+ "--enable-uptime" \
+ "--disable-uptime"
+config_query_option MIAU_CHANLOG \
+ "Enable channel logging" \
+ y \
+ "--enable-chanlog" \
+ "--disable-chanlog"
+config_query_option MIAU_PRIVLOG \
+ "Enable private message logging" \
+ y \
+ "--enable-privlog" \
+ "--disable-privlog"
+config_query_option MIAU_ONCONNECT \
+ "Enable on connect actions" \
+ y \
+ "--enable-onconnect" \
+ "--disable-onconnect"
+config_query_option MIAU_EMPTYAWAY \
+ "Enable the use of empty away messages" \
+ y \
+ "--enable-empty-awaymsg" \
+ "--disable-empty-awaymsg"
+config_query_option MIAU_ASCIIART \
+ "Enable fancy ascii art" \
+ y \
+ "--enable-ascii-art" \
+ "--disable-ascii-art"
+config_query_option MIAU_QUICKLOG \
+ "Enable quicklogging" \
+ y \
+ "--enable-quicklog"
+ "--disable-quicklog"
+config_query_option MIAU_QUICKLOGSTAMP \
+ "Enable quicklog timestamps" \
+ y \
+ "--enable-qlogstamp" \
+ "--disable-qlogstamp"
+config_query_option MIAU_INBOX \
+ "Enable inbox for priv msgs" \
+ y \
+ "--enable-inbox" \
+ "--disable-inbox"
+
+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"