mIRC Home    About    Download    Register    News    Help

Print Thread
#260611 22/05/17 08:02 PM
Joined: Jan 2016
Posts: 79
X
x3pos Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Jan 2016
Posts: 79
Code:
ON $*:TEXT:/www\.twitch\.tv\/(?!x3pos).*\/?/i:#x3pos:{
  msg $chan .timeout $nick 60 no twitch channel links.
}

this code is working but i dont want this subscriber link no timeout
Code:
https://www.twitch.tv/products/x3pos/ticket?ref=below_video_subscribe_button

x3pos #260614 23/05/17 11:22 AM
Joined: Jan 2016
Posts: 79
X
x3pos Offline OP
Babel fish
OP Offline
Babel fish
X
Joined: Jan 2016
Posts: 79
ON $*:TEXT:/www\.twitch\.tv\/(?!x3pos)(?!products/x3pos/ticket?ref=below_video_subscribe_button).*\/?/i:#x3pos:{
msg $chan .timeout $nick 300 no twitch links.
}

not working help please.


Link Copied to Clipboard