mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2017
Posts: 8
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Nov 2017
Posts: 8
I'm sure this kind of question has been covered before but I can't find a solution.

No matter what script I use mIRC wont trigger it.

I primarily want to use mIRC to trigger commands for Twitch streams (Including my own in the future)

Scripts that work for others simply don't work for me.

I have un-installed, re-downloaded mIRC, used different computers, re-created OAUTH's etc etc.

I'm lost and need guidance.

If you can help I'd greatly appreciate it !

Tony
(YoureNowOnTV)

Example script that works for others but doesn't work if I put it in the Remote tab of mIRC:

on *:TEXT:*test1*:#yourenowontv:{
{ msg $chan It worked!
}
}

Last edited by YoureNowOnTV; 21/11/17 05:56 AM.
Joined: May 2016
Posts: 11
W
Pikka bird
Offline
Pikka bird
W
Joined: May 2016
Posts: 11
Code:
on *:TEXT:test1:#yourenowontv:{
  msg $chan It worked!
}



Joined: Nov 2017
Posts: 8
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Nov 2017
Posts: 8
Thank you for replying and trying that script !

In my mIRC nothing happens at all. Like, literally nothing.

Have I not turned something on to make scripts work ?

Joined: Nov 2017
Posts: 8
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Nov 2017
Posts: 8
It works now !, I have no idea why when I've tried so many script variations !

I'm happy and confused at the same time.

Joined: May 2016
Posts: 11
W
Pikka bird
Offline
Pikka bird
W
Joined: May 2016
Posts: 11

Last edited by Wikked; 21/11/17 05:49 AM.
Joined: Nov 2017
Posts: 8
Y
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
Y
Joined: Nov 2017
Posts: 8
Thank you for that link! Greatly appreciated. smile


Link Copied to Clipboard