ChatSentinel
ChatSentinel copied to clipboard
Case sensitivity bypass for banned-regex
you can fix like this code for (Pattern bannedRegex : bannedRegex) { if (bannedRegex.matcher(message.toLowerCase()).find()) {
Sure