mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2015
Posts: 3
J
Self-satisified door
OP Offline
Self-satisified door
J
Joined: May 2015
Posts: 3
Hi guys! I'm new at this forum and I'm having a headache with this...

I pretend to implement a new command on a Twitch channel chat, that its called !buy. Its function is allow the viewers to buy a image that shows on the stream. Now, there is a coin-earn system implemented and viewers can make duels or betting his coins but they can't spend them on things.

The problem arrives when I try to connect mIRC with the CLR, I dont know how and I spent a lot of hours searching it on the internet. I saw it on BoxBox Stream (flosd), people can type !overlay and buy a image that shows for a short time on the stream, I know that the plugin is called CLR Browse Source Plugin and TwitchAlerts provides a link that you put on the plugin and everything works for new followers alerts, new subs, etc.

Someone knows how to do that?

Thank you so much guys! smile

Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Explain how it works in general then we can help you with mIRC implementation.

Joined: May 2015
Posts: 3
J
Self-satisified door
OP Offline
Self-satisified door
J
Joined: May 2015
Posts: 3
I write '!buy cat' and a image show at the stream. The problem is not the code, the problem is how I should connect de !buy command to the CLR OBS Plugin.. that's all

Sorry for my english, im spanish

Thank you so much!

Joined: Sep 2014
Posts: 259
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Sep 2014
Posts: 259
You probably need to use the /run command and then some kind of paramters. If it doesnt take any parameters try and find a way to make sure it does

Code:
/run CLR.exe 15,cat.jpg


(made up example)

Joined: Jun 2014
Posts: 248
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Jun 2014
Posts: 248
Originally Posted By: Loki12583
Explain how it works in general then we can help you with mIRC implementation.


CLR browser reads html files.

This could be done with a picture window -- Its a much easier implementation.

Joined: May 2015
Posts: 3
J
Self-satisified door
OP Offline
Self-satisified door
J
Joined: May 2015
Posts: 3
And how can I raise up that picture windows from mIRC?

Thank you.

Joined: Feb 2015
Posts: 243
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 243
/window -p @window
smile

Last edited by OrFeAsGr; 21/05/15 11:45 AM.

Link Copied to Clipboard