]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/conf/modules.conf.example
Add an option to allow disengaging joinflood on initial boot.
[user/henk/code/inspircd.git] / docs / conf / modules.conf.example
index a1bd056708da0d3f3025bf3267ca82bf5415f026..5db81955764afb8148403da6d334ab2310d83978 100644 (file)
 # duration:  The number of seconds to close a channel for when it is
 #            being flooded with joins.
 #
+# bootwait:  The number of seconds to disengage joinflood for after
+#            a server boots. This allows users to reconnect without
+#            being throttled by joinflood.
+#
 # 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"
+#           bootwait="30s"
 #           splitwait="30s">
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#