mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2016
Posts: 34
F
Furiny Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Sep 2016
Posts: 34
Hey,

I have been using Google for several hours without results so I decided to make a topic here.

And my post is looking after script(s) that timeouts a blacklisted words, I'd prefer if you can add more or remove but only myself, not any user can use that command(s). And yes, I use Twitch chat via mIRC.

I'd appreciate if anyone can create me this, and I also apologize if there is multiple post about same thing but I just did not find it/them.

Joined: Sep 2016
Posts: 34
F
Furiny Offline OP
Ameglian cow
OP Offline
Ameglian cow
F
Joined: Sep 2016
Posts: 34
I found finally, and it worked well!

Code:
on *:text:*x.co*:#channelname:{
  msg $chan .timeout $nick 600
}

on *:text:*bit.do*:#channelname:{
  msg $chan .timeout $nick 600
}

on *:text:*goo.gl*:#channelname:{
  msg $chan .timeout $nick 600
}

on *:text:*tinyurl.com*:#channelname:{
  msg $chan .timeout $nick 600
} 



So you put the word you want to blacklist in the "HERE".

on *:text:*HERE*:#channelname:{
msg $chan .timeout $nick 600
}

Last edited by Furiny; 21/09/16 09:41 PM.

Link Copied to Clipboard