Skip to content

Commit 14c4410

Browse files
committed
Add updated docs about message filter and rate limiter
1 parent 9c29a65 commit 14c4410

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/docs/chat/moderation.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,15 @@ worst of the worst away. Moderation is still the responsibility of each individu
8585
A list of blocked IPs can be viewed in the Admin Chat Users interface and can be un-banned via the same interface.
8686

8787
{{<versionsupport feature="IP address bans" version="0.0.12">}}
88+
89+
## Profanity / Slur filter
90+
91+
A basic profanity filter can be enabled in the chat settings. This will reject messages that match an internal list.
92+
93+
{{<versionsupport feature="Profanity filter" version="0.2.0">}}
94+
95+
## Rate limiter
96+
97+
By default there is a built-in rate limter that will attempt to prevent users from sending too many messages in a short period of time. This is to help prevent spam and abuse. The rate limiter can be disabled in the chat settings.
98+
99+
{{<versionsupport feature="Disabling rate limiter" version="0.2.0">}}

0 commit comments

Comments
 (0)