I am having problem with bots spamming a 'vine 4 you' message. I want to just set a trigger on the phrase but it's not that simple because they add spaces and dashes in random locations like "v i n e -4- y ou " and " vi n e 4 y o u ".
Is there a way that I could do an action as long as 'vine 4 you' is used and no matter where the spaces or dashes are?
This is what I have so far but it doesn't catch every bot.
on $*:text:/(v(-*)(\s*)(-*)i(-*)(\s*)(-*)n(-*)(\s*)(-*)e(-*)(\s*)(-*)4(-*)(\s*)(-*)o(-*)(\s*)(-*)u|v(-*)(\s*)(-*)i(-*)(\s*)(-*)n(-*)(\s*)(-*)e(-*)(\s*)(-*)4(-*)(\s*)(-*)y(-*)(\s*)(-*)o(-*)(\s*)(-*)u|Trikkyvids)/iS:#:{
/msg # .ban $nick
/msg # Another bot got the Thor's autobanhammer!
/echo -a Bot has been banned.
}