diff options
| author | 2023-02-03 20:27:14 +0000 | |
|---|---|---|
| committer | 2023-02-03 20:29:10 +0000 | |
| commit | 2aa5cfa90ec0e9c26f40ae5edff112cfd07e0996 (patch) | |
| tree | fa8182039f4b5254663139b11199bb9ecca30701 /docs/conf/modules.conf.example | |
| parent | Refactor reading the repeat module config. (diff) | |
Refactor the messageflood module and add more action types.
This doesn't touch help yet because I want to rewrite it soon.
Closes #311.
Closes #471.
Closes #1032.
Diffstat (limited to 'docs/conf/modules.conf.example')
| -rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8b8ea5f2d..7e10b6f73 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1526,7 +1526,11 @@ # 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. -#<messageflood notice="1.0" privmsg="1.0" tagmsg="0.2"> +#<messageflood message="Message flood (trigger is %messages% messages in %duration%)" +# extended="yes" +# notice="1.0" +# privmsg="1.0" +# tagmsg="0.2"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # MLOCK module: Adds support for server-side enforcement of services |
