From 08eee19aff6451171d1c63ecdf9a2c4820bf9da0 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 6 Jun 2019 16:00:24 +0100 Subject: Make messageflood weights configurable. Also, default TAGMSG to being worth 0.2 NOTICE/PRIVMSG. This should prevent flood kicks from typing notifications. Closes #1649. --- docs/conf/modules.conf.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index bb8a74dbc..a2a219444 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1343,6 +1343,12 @@ # Message flood module: Adds message/notice flood protection via # channel mode +f. # +# +# The weight to give each message type. TAGMSGs are considered to be +# 1/5 of a NOTICE or PRIVMSG to avoid users being accidentally flooded +# out of a channel by automatic client features such as typing +# notifications. +# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MLOCK module: Adds support for server-side enforcement of services -- cgit v1.2.3