forked from vbatts/maubot_reactbot
Separate per-user and per-room flood limits
This commit is contained in:
parent
85a7967888
commit
b26f9cf6eb
3 changed files with 28 additions and 10 deletions
|
@ -30,8 +30,12 @@ default_flags:
|
|||
- ignorecase
|
||||
|
||||
antispam:
|
||||
max: 2
|
||||
delay: 60
|
||||
room:
|
||||
max: 1
|
||||
delay: 60
|
||||
user:
|
||||
max: 2
|
||||
delay: 60
|
||||
|
||||
rules:
|
||||
twim_cookies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue