something like this ?

Code:
on *:join:* { if ($nick !== $me) { 
    mode # +v $nick
  }
}