KilllerX commented on a Page, No Facebook? Get Kicked (Work In Progress)  -  Mar 23, 2012
On *:JOIN:#: { 
 if ($nick isreg $chan) {
  msg $nick Hi, Welcome To $chan . Do you have a 0,2Facebook0,1? Please answer Yes or No in the next 60 seconds or you will be kicked. 
  timer1 1 60 kick $chan $nick
}
}
On *:open:?:*: {
  { if ($1 = yes) msg $nick Thank You. Please Enjoy yourself. | timer1 off | msg # $nick has a 0,2Facebook0,1 = Yes!  } 
  { if ($1 = no) msg $nick I'm sorry, you have to have a 0,2Facebook0,1 in order to join this channel. | timer1 off  | kick $chan $nick 0,2Facebook0,1 = No :(  }
}

will only message regular users. Also condensed the ON :open:?::{ section, so you don't have two variables for If yes, and if no.

 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.