mIRC Homepage
Posted By: Peterizbawz Script help - 12/09/13 06:57 PM
If this message appears
<twitchnotify> username just subscribed!
i want it to
msg $chan Thanks for subscribing $nick
ONLY FROM THE USER TWITCHNOTIFY else it is not allowed to type the message above.. i cant figure out what to do please help me smile

-Peter
Posted By: KindOne Re: Script help - 12/09/13 07:06 PM
Code:
on *:text:*just subscribed*:#:{
if ($nick == twitchnotify) { 
msg $chan Thank you for subscribing $1
}
}


See:
/help on text
/help /if
/help $nick

http://www.zigwap.com/mirc
© mIRC Discussion Forums