-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for some kind of slow mode + regex filter to allow certain words to be banned? #2179
Comments
Sorry to hear about the moderation issues. Personally, I've found that setting channels A robust "slowmode" equivalent is a good idea; we don't have one now but I opened #2180 to investigate it. In the meantime you can try setting more aggressive fakelag settings, although these will penalize all traffic on the server, not just channel messages: Lines 899 to 924 in 30f47a9
If you want to patch in a regex filter, I think this is the best place (compare the handling of Lines 1298 to 1317 in 30f47a9
You can apply the regexes to |
Is there a way to do this? I don't mind to patch it in myself if needed, but I'm trying to find the main function that handles channel messages (I believe in handlers.go or services.go there's a privmsg function that only handles DMs iirc). I don't have the code pulled up where I can see it right now.
Basically I'm hosting an irc server with ergo that is getting hit with trolls and I'm wanting to lock it down and ban some very offensive words. If I could force a "slow mode" similar to discords slow mode that would be ideal as well.
The text was updated successfully, but these errors were encountered: