on *:text:*:#:{
  if (%tag) {
    if ($1 == `start) msg $chan wwe is already on.
    if ($1 == `stop) { unset %tag | msg $chan wwe is turned off. }
    if ($1 == `tagp) msg $chan $nick tags  $$2 $+ ! is now in 
    if ($1 == `punch) msg $chan $nick punches $$2 $+ !
    if ($1 == `kick) msg $chan $nick kicks $$2 $+ !
    if ($1 == `grab) msg $chan $nick grabs $$2 $+ ! your choices are `flip and `slam
    if ($1 == `slam) msg $chan $nick slams $$2 $+ ! into the ground
    if ($1 == `flip) msg $chan $nick flips $$2 $+ ! into the trumbukle
    if ($1 == `climb) msg $chan $nick climbs trumbuckle  while puching $$2 $+ !    
    if ($1 == `jump) msg $chan $nick jumps off trumbukle and lands on $$2 $+ !
    if ($1 == `single) msg $chan $nick challges  $$2 $+ ! to a match type `accept $nick or `decline $nick
    if ($1 == `accept) msg $chan $nick accepts $$2 $+ ! challnge
    if ($1 == `decline) msg $chan $nick declines $$2 $+ ! challnge
    if ($1 == `tag_match) msg $chan $nick challanges $$2 $+ ! to a tag match needs 4 pepole `accept $nick or `decline $nick
    if ($1 == `pin) msg $chan $nick pins $$2 $+ !  $nick count 1 2 3 slowley
    if ($1 == `3way) msg $chan $nick challges $$2 $+ ! to a match
    if ($1 == `up) msg $chan $nick beracks $$2 $+ ! pin fall

  }
  else {
    if ($1 == `start) { set %tag on | msg $chan wwe is turned on. }
    if ($1 == `stop) msg $chan wwe is already off.
    if ($1 == `tag) msg $chan wwe is currently off.  Type `start to turn it on.
  }
}


on *:text:`single:#: {
  notice $chan $nick whats a single battle if you want to fight him type !join
}
on *:text:!join:#: {
  notice $chan $nick accepts fight
}
on *:text:`tag match:#: {
  notice $chan $Nick wants a tag battle type !join2 to be his partner and !rival to fight against
}
on *:text:!join2:#: {
  notice $chan $nick joins the tag match 
}
on *:text:!rivail:#: {
  notice $chan $nick is against the ether side to be $nicks partner type !join r
}
on *:text:!join r:#: {
  notice $chan $nick joins on rivials team
}
