mIRC Homepage
Posted By: Majeye script help for twitch - 24/01/14 06:16 AM
trying to figure out how to write the script for something like this...

need my twitch bot to react to a !highfive <namehere> command

for example, lets say I typed: !highfive cornelius

my bot would then say: "Majeye gives a highfive to Cornelius!"

any and all help is always appreciated!
Posted By: Stoned4Ever Re: script help for twitch - 24/01/14 10:53 AM
should be something like

Code:
on $*:text:/!highfive /Si:#:{
msg $chan $nick gives a Highfive to $2 $+ !
}


=)

greetings
Posted By: Majeye Re: script help for twitch - 24/01/14 11:39 AM
Originally Posted By: Stoned4Ever
should be something like

Code:
on $*:text:/!highfive /Si:#:{
msg $chan $nick gives a Highfive to $2 $+ !
}


=)

greetings


thanks! works perfectly!
© mIRC Discussion Forums