summaryrefslogtreecommitdiff
path: root/src/rageircd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rageircd.c')
-rw-r--r--src/rageircd.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/rageircd.c b/src/rageircd.c
index 6d67bfa2a..555cf58db 100644
--- a/src/rageircd.c
+++ b/src/rageircd.c
@@ -18,6 +18,11 @@
const char version_protocol[] = "RageIRCd 2.0.x";
+/* Not all ircds use +f for their flood/join throttle system */
+const char flood_mode_char_set[] = ""; /* mode char for FLOOD mode on set */
+const char flood_mode_char_remove[] = ""; /* mode char for FLOOD mode on remove */
+
+
IRCDVar ircd[] = {
{"RageIRCd 2.0.*", /* ircd name */
"+d", /* nickserv mode */
@@ -40,7 +45,7 @@ IRCDVar ircd[] = {
"+io", /* Global alias mode */
"+", /* Used by BotServ Bots */
3, /* Chan Max Symbols */
- "-iklmnpRstcOACNM", /* Modes to Remove */
+ "-ilmnpRstcOACNM", /* Modes to Remove */
"+o", /* Channel Umode used by Botserv bots */
1, /* SVSNICK */
1, /* Vhost */