Code:
on *:JOIN:#YourChannel:{
  if ($nick == Someone) {
    mode # +b $nick $+ !*@*
    kick # $nick
  }
}