mIRC + Twitch

Anything not related to Lunar Ray Games.

mIRC + Twitch

Postby ThatLlamaGirl » Thu Nov 20, 2014 6:14 pm

Anyone familiar with mIRC and twitch commands? I'm trying to set up !commands for the next stream, but it doesn't seem to work at all! I've managed to log in to the channel via mIRC but my scripts do nothing. All I have in my scripts is:

Code: Select all
on *:text:!hello:$chan: { msg $chan hello1!! }
on *:text:!beep:$chan: { msg $chan beep1!! }
User avatar
ThatLlamaGirl
 
Posts: 83
Joined: Wed Jul 30, 2014 2:02 pm

Re: mIRC + Twitch

Postby Charleon » Fri Nov 21, 2014 1:06 am

I'm not too sure about the $chan notation. I've only seen # before. maybe try:
on *:text:!hi:# { msg # hello1!! }

a quick mod only command:
on *:text:!hi:#:{
if ($nick isop #) { msg # Hi there! }
else { msg # Sorry you cannot use this command }
}
User avatar
Charleon
 
Posts: 114
Joined: Wed Jul 30, 2014 10:29 pm

Re: mIRC + Twitch

Postby ThatLlamaGirl » Fri Nov 21, 2014 10:49 am

Nope, still doesn't do anything :(
User avatar
ThatLlamaGirl
 
Posts: 83
Joined: Wed Jul 30, 2014 2:02 pm


Return to Off-Topic

Who is online

Users browsing this forum: No registered users and 0 guests

cron