diff options
author | Sadie Powell <sadie@witchery.services> | 2020-10-12 18:35:07 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-10-12 18:35:07 +0100 |
commit | 2a3b6ba9e24067d5c085c555a1acb2c4dc9bc5f2 (patch) | |
tree | 35bc3b745fdf7e2f7e6cc6f9443e019628297d8a /docs | |
parent | 219f8e62623ff0c3002be764c1dbf7201d0293db (diff) |
Add an option to allow disengaging joinflood after a netsplit.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 2f74634d7..a1bd05670 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1268,8 +1268,15 @@ # Closes the channel for N seconds if X users join in Y seconds. #<module name="joinflood"> # -# The number of seconds to close the channel for: -#<joinflood duration="1m"> +# duration: The number of seconds to close a channel for when it is +# being flooded with joins. +# +# splitwait: The number of seconds to disengage joinflood for after +# a server splits. This allows users to reconnect without +# being throttled by joinflood. +# +#<joinflood duration="1m" +# splitwait="30s"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Anti auto rejoin: Adds support for prevention of auto-rejoin (+J). |