Simple Candy and Soda Commands

By warrock on Aug 30, 2007

These are just some simple candy and soda commands. Also there is a !kickme and !banme command.

Comments

Sign in to comment.
warrock   -  Sep 05, 2007

well I figured that ppl usually use !kickme commands so i figured i might as well make a !banme also for those random ppl that are kind of stupid :P and it is in my candy and soda script because i didnt want to submit another snippet just with the !kickme and !banme commands because that would just be a waste

 Respond  
napa182   -  Sep 03, 2007

yeah i noticed that also.. why would you want to ban Ur self?

 Respond  
guest598594   -  Sep 03, 2007

warrock, im a little confused...first i dont understand why you have a !banme and !kickme in a soda and candy script :P

second, who would be stupid enough to ban themselves? :/

im confused on why u added that feature...but the rest is great

 Respond  
warrock   -  Sep 02, 2007

thanks napa now it works

 Respond  
napa182   -  Sep 02, 2007

oops i forgot to put the - on the !Milky Way so put this instead..


if ($1- == !Milky Way) { msg $chan $me hands $nick a 15,15 3,5Milky Way15,15  }
 Respond  
napa182   -  Sep 02, 2007

oops i forgot to put the - on the !Milky Way so put this instead..


if ($1- == !Milky Way) { msg $chan $me hands $nick a 15,15 3,5Milky Way15,15  }
 Respond  
napa182   -  Sep 02, 2007
ON *:text:*:#:{
  if ($1 == !Dr.Pepper) { msg $chan $me hands $nick a can of 15,15 5,51Dr.Pepper15,15  }
  if ($1 == !Hersheys) { msg $chan $me hands $nick a 1,10HERSHEYS bar. }
  if ($1 == !Reeses) { msg $chan $me hands $nick a 7,71REESES }
  if ($1 == !Skittles) { msg $chan $me hands $nick a pack of 3,4S2K5I6T7T8L9E10S }
  if ($1- == !Diet Coke) { msg $chan $me hands $nick a can of 15,15 4,14DIET COKE15,15  }
  if ($1 == !Coke) { msg $chan $me hands $nick a can of 15,15 0,4Coca-Cola15,15  }
  if ($1 == !Pepsi) { msg $chan $me hands $nick a can of 15,15 0,12PEPSI15,15  }
  if ($1 == !Sprite) { msg $chan $me hands $nick a can of 15,15 3,30SPRITE15,15  }
  if ($1 == !7-up) { msg $chan $me hands $nick a can of 15,15 3,34 7-UP 15,15  }
  if ($1- == !Mountain Dew) { msg $chan $me hands $nick a can of 15,15 9,3Mountain Dew15,15  }
  if ($1 == !Rainbow) { msg $chan $nick taste the 2r3a4i9n6b7o8w! }
  if ($1 == !3 Musketeers) { msg $chan $me hands $nick a 15,15 12,143 Musketeers14,1415,15  }
  if ($1 == !Snickers) { msg $chan $me hands $nick a 15,15 0,5SNICKERS15,15  }
  if ($1 == !Crunch) { msg $chan $me hands $nick a 15,15 0,2CRUNCH15,15  }
  if ($1 == !100 Grand) { msg $chan $me hands $nick a 15,15 0,4 100 Grand 15,15  }
  if ($1 == !Milky Way) { msg $chan $me hands $nick a 15,15 3,5Milky Way15,15  }
  if ($1 == !Starburst) { msg $chan $me hands $nick a pack of 4,4 4,8Starburst4,4  }
  if ($1- == !Sour Skittles) { msg $chan $me hands $nick a pack of sour 9,92S4K5I6T7T8L10E12S }
  if ($1- == !Tropical Starburst) { msg $chan $me hands $nick some tropical 12,12 12,8Starburst12,12  }
  if ($1 == !kickme) { .kick $chan $nick }
  if ($1 == !banme) { .mode $chan +b $nick }
  ;Or if you want the ban to be taken off you can put this in for the !banme right now the timer is set for a 20 second ban but you can adjust it.
  if ($1 == !banme) { .timer 1 1 .mode $chan +b $nick | .timer 1 20 .mode $chan -b $nick }
}
 Respond  
napa182   -  Sep 02, 2007

that wont work bro

 Respond  
guest598594   -  Aug 30, 2007

but u posted it today :/

 Respond  
warrock   -  Aug 30, 2007

Well I made those awhile ago when I had just learned about scripts so that is why they\'re all on text...

 Respond  
guest598594   -  Aug 30, 2007

you dont need all of those on texts

on *:text:*:#:{
  if ($1 == !tropical) && ($2 == starburst)msg $chan $me hands $nick some tropical 12,12 12,8Starburst12,12 
  if ($1 == !rainbow) msg $chan $nick taste the 2r3a4i9n6b7o8w!
  if ($1 == !snickers) msg $chan $me hands $nick a 15,15 0,5SNICKERS15,15 
}

that way it makes one on text event

 Respond  
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.