mIRC Homepage
Posted By: AsimUK twitch script help. - 17/08/17 12:34 PM
Does anyone know of a script where it can detect a certain word in a username and trigger a ban on the user? I'd appreciate it if anyone can help smile
Posted By: Blas Re: twitch script help. - 18/08/17 02:35 AM
Code:
ON *:JOIN:#: IF (badword isin $nick) MSG $chan .ban $nick


That should work if you're only looking for one bad word. Just change "badword" to the word you want banned.
Posted By: AsimUK Re: twitch script help. - 18/08/17 06:00 AM
Thanks smile
© mIRC Discussion Forums