kangarko / ChatControl-Pro

The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Other
66 stars 8 forks source link

ChatControlRed. When I recover my email via Authme, CHR blocks my email as an attempt of advertising. #2208

Closed nikitushu2 closed 3 years ago

nikitushu2 commented 3 years ago

How to allow using emails in recovery command from authme?

Help3rL commented 3 years ago

You can simply add command to ignore in handlers.yml

nikitushu2 commented 3 years ago

I can't find handlers.yml in ChatControlRed

kangarko commented 3 years ago

If you use Red, post into https://github.com/kangarko/ChatControl-Red

You can use "ignore command" operator from rules/groups.rs in Red:

# Do not filter ads in the commands below.
ignore command /brush|/auction|/auc|/register|/reg|/login|l

And simply append your commands there using | as a separator