Set Blacklist Keywords Regex

Asked May 2, 2020·2 replies·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I am brand new to BTTV so I have no idea if this has been said before, but I saw that the "Set Blacklist Keywords" supports the * wildcard and I was wondering if they supported standard regex or if the * wildcard is the only one they support.

I was also wondering if the * wildcard is for single char use, or if it is any amount of char's & any type of char. What I mean by this is foo* can expand to:
fooa, foob, fooc...
fooa, fooaa, fooaaa...

If this question has already been answered, please direct me to the right post and I will delete this if needed. Thanks.

2 replies

We only support wildcards at this time, as we were too worried users may make bad regexes that lock up their clients.