kangarko / ChatControl-Red

Issue tracker and documentation for the next generation ChatControl Red, the most advanced chat management plugin.
48 stars 23 forks source link

1.20.4: No Casesensitive Regex #2532

Closed Lorias-Jak closed 7 months ago

Lorias-Jak commented 7 months ago

"/version ChatControlRed" - plugin version

10.23.3

Are you using MySQL?

Yes

Are you using BungeeCord?

Yes

Error log (if applicable)

No response

"/chc debug" output (strongly recommended)

debug.zip

Information about the issue/bug

We're filtering for a vanish command. The command is case sensitive, it only reacts to lowercase commands. I think my expression in the rules file command.rs should be the right one.

match ^\/(v|vanish)$

Chatcontrol reacts to /V and /v - Normally it should only react to the lowercase /v In the following picture you're able to see, that the /V command does not exist, but chatcontrol sends the message. Maybe i do something wrong?

image
kangarko commented 7 months ago

Set Rules.Case_Insensitive to false in settings.yml to disable this feature.