mIRC Home    About    Download    Register    News    Help

Print Thread
#244106 24/01/14 06:16 AM
Joined: Jan 2014
Posts: 107
M
Majeye Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Jan 2014
Posts: 107
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!

Joined: Dec 2013
Posts: 6
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Dec 2013
Posts: 6
should be something like

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


=)

greetings

Last edited by Stoned4Ever; 24/01/14 10:54 AM.
Joined: Jan 2014
Posts: 107
M
Majeye Offline OP
Vogon poet
OP Offline
Vogon poet
M
Joined: Jan 2014
Posts: 107
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!


Link Copied to Clipboard