Code:
on *:NICK:{
  if ($newnick isvoice #yourchan) { mode #yourchan -v $newnick }
  else { return }
}