sharpknife commented on a Page, Fun colorful text thingy  -  Aug 28, 2007

oh.. or you can have a variable, i.e. -

alias rc { set %rc on }

on *:input:*:{ 
  if (%rc == on) {
    if (! isin $1) return
    if (/ isin $1) return
    if (@ isin $1) return
    tokenize 32 $1- 
    msg $chan  $+ $rand(2,15) $+ $1-
    halt
  }
}

alias rcoff { unset %rc }
 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.