On Twitch.TV, strong language may be filtered and will show up as 3 asterisks (***) in the chat.
for cursing that is not filtered i use 'if (*curseword* iswm $1-)' to check for bad words and purge them from the chat.
Now i wanted to know if i can use something similar to check for 3 asterisks? since 'if (***** iswm $1-)' will obviously not work :P

Help would be highly appreciated smile

Last edited by Sjoepele; 25/08/14 01:01 PM.