napa182 commented on a Page, Simple Candy and Soda Commands  -  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  
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.