CubeEngine / AntiGuest

A bukkit plugin to protect your server from griefing guests
http://cubeisland.de
GNU General Public License v3.0
6 stars 4 forks source link

Swearing wildcards #31

Closed nickvember closed 12 years ago

nickvember commented 12 years ago

Could there maybe be a wildcard for swears?

For instance if you add a * before a swear it'd block anything before or after the wildcard? It'd cut out a lot of workarounds for swearing.

(And maybe an anti all caps prevention)

pschichtel commented 12 years ago

done. The * is now a placeholder on any position: It represents ANY number of ANY character

ord wrd wor*

w*_d would be optimized to w_d

pschichtel commented 12 years ago

you can also add regular expressions by prefixing the word with "regex:"

nickvember commented 12 years ago

Sounds good, I'll be sure to check it out.