So like, we have got to code an auto muter to stop people from cussing. Here are two ideas:
1.) Auto Muter
It should be like iphone lock cooldown, which increases more and more over time to prevent people from trying to find obscure ways to bypass it instead of the old one, which basically just cancelled you and then moved on.
Offenses 1-3: Sends chat warning
Offense 3+: mute time is determined by 5*2^(x-3)
3 => 5 minute
4 => 10 minutes
5 => 20 minutes
6 => 40 minutes
2.) Chat overwritting
Changes messages to filter out cuss words. So instead of the cuss word it will have ** which will always be 10 letters so you can't infer the word. People can figure ways around this much faster, but if you accidently type stuff it won't bother you.
Details
So like, we have got to code an auto muter to stop people from cussing. Here are two ideas:
1.) Auto Muter
It should be like iphone lock cooldown, which increases more and more over time to prevent people from trying to find obscure ways to bypass it instead of the old one, which basically just cancelled you and then moved on. Offenses 1-3: Sends chat warning Offense 3+: mute time is determined by 5*2^(x-3) 3 => 5 minute 4 => 10 minutes 5 => 20 minutes 6 => 40 minutes
2.) Chat overwritting Changes messages to filter out cuss words. So instead of the cuss word it will have ** which will always be 10 letters so you can't infer the word. People can figure ways around this much faster, but if you accidently type stuff it won't bother you.