Jethro commented on a Page, Simple bot talker.  -  Sep 27, 2009
on *:TEXT:$($+(*,$me,*)):#: { 
  var %talk = $rand(1,5)
  if (%talk == 1) {
    msg # That's my name. Don't stick a knife through it.
  }
  if (%talk == 2) {
    msg $chan WHO SAID MY NAME?!?!?!
  }
  if (%talk == 3) {
    msg $chan Yes, $nick $+ .
  }
  if (%talk == 4) {
    describe $chan shoots $nick $+ , "DID I SAY YOU COULD SAY MY NAME?!"
  }
  if (%talk == 5) {
    msg $chan What can I help you with, $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.