I currently have this:
Code:
on @*:text:+i:#:{
  if ($me == no-nick) {
    mode $chan +i
    msg $chan $nick set "Invite Only" on $chan 
  }
} 
}

but it seams to be allowing everyone to activate it.