guest598594 commented on a Page, Random number or text genorator  -  Aug 19, 2008
on *:TEXT:!random*:#:{
  if ($2 == number) {
    msg $chan $rand(1,10) %+ $rand(1,10) $+ $rand(1,10)
  }
  if ($2 == text) {
    msg $chan $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z)
  }
  if ($2 == $null) {
    msg $chan $nick Please select either Number or Word.
  }
}

By the way, you have $number and $text

 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.