summaryrefslogtreecommitdiffstats
path: root/chat-irc/ircd-ratbox/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'chat-irc/ircd-ratbox/CONFIGURE')
-rwxr-xr-xchat-irc/ircd-ratbox/CONFIGURE19
1 files changed, 19 insertions, 0 deletions
diff --git a/chat-irc/ircd-ratbox/CONFIGURE b/chat-irc/ircd-ratbox/CONFIGURE
new file mode 100755
index 0000000000..b248386817
--- /dev/null
+++ b/chat-irc/ircd-ratbox/CONFIGURE
@@ -0,0 +1,19 @@
+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 &&
+
+if [[ $IRCD_RATBOX_RELEASE == stable ]]; then
+ config_query_string IRCD_RATBOX_TOPICLEN "Set the max topic length (max 390):" \
+ 160
+fi