summaryrefslogtreecommitdiffstats
path: root/chat-irc/ratbox-services/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/ratbox-services/CONFIGURE')
-rwxr-xr-xchat-irc/ratbox-services/CONFIGURE57
1 files changed, 57 insertions, 0 deletions
diff --git a/chat-irc/ratbox-services/CONFIGURE b/chat-irc/ratbox-services/CONFIGURE
new file mode 100755
index 0000000000..80441c899b
--- /dev/null
+++ b/chat-irc/ratbox-services/CONFIGURE
@@ -0,0 +1,57 @@
+config_query_list RSERV_DBB "Select database backend:" \
+ sqlite \
+ mysql \
+ postgresql &&
+
+config_query_option RSERV_OPTS "Enable nickname service?" y \
+ "--enable-nickserv" \
+ "--disable-nickserv" &&
+
+config_query_option RSERV_OPTS "Enable channel service?" y \
+ "--enable-chanserv" \
+ "--disable-chanserv" &&
+
+config_query_option RSERV_OPTS "Enable user service?" y \
+ "--enable-userserv" \
+ "--disable-userserv" &&
+
+config_query_option RSERV_OPTS "Enable memo service?" y \
+ "--enable-memoserv" \
+ "--disable-memoserv" &&
+
+config_query_option RSERV_OPTS "Enable oper service?" y \
+ "--enable-operserv" \
+ "--disable-operserv" &&
+
+config_query_option RSERV_OPTS "Enable list service?" y \
+ "--enable-alis" \
+ "--disable-alis" &&
+
+config_query_option RSERV_OPTS "Enable jupe service?" y \
+ "--enable-jupeserv" \
+ "--disable-jupeserv" &&
+
+config_query_option RSERV_OPTS "Enable operbot service?" y \
+ "--enable-operbot" \
+ "--disable-operbot" &&
+
+config_query_option RSERV_OPTS "Enable global messaging service?" y \
+ "--enable-global" \
+ "--disable-global" &&
+
+config_query_option RSERV_OPTS "Enable ban service?" y \
+ "--enable-banserv" \
+ "--disable-banserv" &&
+
+config_query_option RSERV_OPTS "Enable command watching service?" y \
+ "--enable-watchserv" \
+ "--disable-watchserv" &&
+
+config_query_string RSERV_NICKLEN "Set nick length:" \
+ 9 &&
+
+config_query_string RSERV_TOPICLEN "Set topic length:" \
+ 160 &&
+
+config_query_string RSERV_USERREGLEN "Set registered username length:" \
+ 10