ChatSentinel icon indicating copy to clipboard operation
ChatSentinel copied to clipboard

Case sensitivity bypass for banned-regex

Open F3F5 opened this issue 1 year ago • 1 comments

you can fix like this code for (Pattern bannedRegex : bannedRegex) { if (bannedRegex.matcher(message.toLowerCase()).find()) {

F3F5 avatar May 25 '23 17:05 F3F5

Sure

linsaftw avatar May 28 '23 13:05 linsaftw