Put it on the Recycle Bin.

Code:
on !*:join:#: {
  var %rand = $rand(1,7)
  if (%rand == 1) { msg $chan Meow }
  if (%rand == 2) { msg $chan Purr! }
  if (%rand == 3) { msg $chan *Licks myself clean* }
  if (%rand == 4) { msg $chan *Scratches my paws on the scratching post* }
  if (%rand == 5) { msg $chan *Yawns* }
  if (%rand == 6) { msg $chan *Curls up into a ball and falls asleep* }
  if (%rand == 7) { msg $chan *Rolls over onto my belly* }
}

Last edited by westor; 26/03/15 02:26 PM.