mIRC Home    About    Download    Register    News    Help

Print Thread
#247462 04/08/14 01:15 PM
Joined: Aug 2014
Posts: 32
S
Sparkz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2014
Posts: 32
Currently using this as a follow command on Twitch:

on *:TEXT:!Follow:#: {
if ($nick isop #) { msg $chan Please Follow twitch.tv/ $+ $mid($chan,2) $+ . }
}

Problem is, instead of posting the channel link, it says "twitch.tv/!follow"

Not sure what went wrong in the script.

Sparkz #247467 04/08/14 03:13 PM
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Sounds like you have another event triggering instead of this one.

Joined: Aug 2014
Posts: 32
S
Sparkz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2014
Posts: 32
I have nothing else triggering it. I have no idea why it doesn't work

Sparkz #247532 07/08/14 07:11 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
You definitely have another script triggering instead of this one, unless your channel is called #!follow.

Try putting this script at the start of the first script that's loaded in your remotes.

Sparkz #247535 07/08/14 01:01 PM
Joined: Dec 2013
Posts: 779
N
Hoopy frood
Offline
Hoopy frood
N
Joined: Dec 2013
Posts: 779
Or create a new file and put it in there.

File > New.


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net
Nillen #247541 07/08/14 08:20 PM
Joined: Aug 2014
Posts: 32
S
Sparkz Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2014
Posts: 32
I have tried that. The script I posted is all on its on.

Sparkz #247542 07/08/14 08:29 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Another script is triggering, there is no explanation other than that. The other script is probably calling /halt, which stops this event from triggering. That's why I suggested you put this script at the start of the first loaded script file.

You could also try doing a search in all of your scripts for '!follow' and see what you find.


Link Copied to Clipboard