FabioZumbi12 / UltimateChat

Ultimate and advanced Chat for Bukkit and Sponge
GNU General Public License v3.0
31 stars 33 forks source link

[Suggestion] Add option to disable case sensitivity for censor #269

Closed Kichiro72 closed 3 years ago

Kichiro72 commented 4 years ago

If an indecent word (from censor list) has first letter with excellent case, then this word is not considered bad

I suggest adding an option to disable case sensitivity, something like case-sensitivity: true/false

FabioZumbi12 commented 4 years ago

You already can use regex on word for censor

Kichiro72 commented 4 years ago

yes, but it very difficult for many people