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
|
@ -37,8 +37,10 @@ class Config(BaseProxyConfig):
|
|||
helper.copy("rules")
|
||||
helper.copy("templates")
|
||||
helper.copy("default_flags")
|
||||
helper.copy("antispam.max")
|
||||
helper.copy("antispam.delay")
|
||||
helper.copy("antispam.user.max")
|
||||
helper.copy("antispam.user.delay")
|
||||
helper.copy("antispam.room.max")
|
||||
helper.copy("antispam.room.delay")
|
||||
|
||||
def parse_data(self) -> None:
|
||||
self.default_flags = re.RegexFlag(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue