Since a person can not join a channel already voiced, I recommend using this instead.
Code:
on @*:voice:#: {
  if ($vnick == that_person) {
    mode $chan -v $vnick
  }
}