Jethro commented on a Page, deleted  -  Dec 14, 2010

The if version VS goto version:

on *:text:!cmd:#:{
  var %t = $rand(1,2)
  if (%t == 1) { msg $chan $nick $+ , cupcake rocks! }
  if (%t == 2) { msg $chan $nick $+ , muffin sucks! }
}
on *:text:!cmd:#:{
  goto $rand(1,2)
  :1 | msg $chan $nick $+ , cupcake rocks! | halt
  :2 | msg $chan $nick $+ , muffin sucks! | halt
}

You be the judge.

 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.