need help on a !raid

By Bacon_Space on May 31, 2014

like i want it to do !raid Bacon_Mom Raid twitch.tv/test

like i want it to do !raid Bacon_Mom Raid  twitch.tv/test

Comments

Sign in to comment.
spartan23   -  Jun 05, 2014

on :TEXT:!raid:#: {
if ($nick isop #) {
if (!$2) msg $chan Must specify a streamer to raid
elseif ($2) && (!$3) msg $chan The stream is over everyone. Let's raid someone! Go to http://www.twitch.tv/ $+ $2 and say in the chat SUPER AWESOME ULTRA RAID!!
}
else msg $chan $nick Sorry, You're not allowed to use this command!
}

 Respond  
Fncwill   -  Jun 03, 2014

on :TEXT:!raid:#: {
if (($nick == brodcaster )) {
if (!$2) { msg $chan Must specify a streamer to raid . | return }
if ($2) && (!$3) { msg $chan The stream is over everyone. Let's raid someone! Go to http://www.twitch.tv/ $+ $2 and say in the chat SUPER AWESOME ULTRA RAID!! | return }
}
else msg $chan $nick Sorry, You're not allowed to use this command!
}

Something like this should work

Bacon_Space  -  Jun 05, 2014

is there a way to have not me to only to do the command and i want it mod only command plz

spartan23  -  Jun 05, 2014

Try This...

on :TEXT:!raid:#: {
if ($nick isop #) {
if (!$2) msg $chan Must specify a streamer to raid
elseif ($2) && (!$3) msg $chan The stream is over everyone. Let's raid someone! Go to http://www.twitch.tv/ $+ $2 and say in the chat SUPER AWESOME ULTRA RAID!!
}
else msg $chan $nick Sorry, You're not allowed to use this command!
}

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.