Blocking users with too many active warnings from submitting votes and submissions

This commit is contained in:
Nanobyte
2020-09-16 22:40:11 +02:00
parent 3c79c0f7a8
commit 36f654f41c
7 changed files with 125 additions and 3 deletions

View File

@@ -49,5 +49,7 @@
]
}
],
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"]
"categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "music_offtopic"],
"maxNumberOfActiveWarnings": 3,
"hoursAfterWarningExpires": 24
}