mIRC Home    About    Download    Register    News    Help

Print Thread
#247462 04/08/14 01:15 PM
S
Sparkz
Sparkz
S
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.

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

S
Sparkz
Sparkz
S
I have nothing else triggering it. I have no idea why it doesn't work

#247532 07/08/14 07:11 AM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
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.

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

File > New.

Nillen #247541 07/08/14 08:20 PM
S
Sparkz
Sparkz
S
I have tried that. The script I posted is all on its on.

#247542 07/08/14 08:29 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
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