dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit c04795e599839ec2400ce3769a23174016bbec93
parent 0ae56308f4b80b5052e52731232cf4bcbf52eb39
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri,  9 Feb 2024 19:42:35 -0800

add more retard filters

Diffstat:
Mpkg/web/handlers/forum.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/forum.go b/pkg/web/handlers/forum.go @@ -284,6 +284,7 @@ func ThreadEditMessageHandler(c echo.Context) error { func isForumSpam(msg string) bool { if strings.Contains(strings.ToLower(msg), "profjerry") || + strings.Contains(strings.ToLower(msg), "dolcerinamarin") || strings.Contains(strings.ToLower(msg), "autorization.online") { return true }