on @*:JOIN:#: {
if ($nick == that_person) {
mode $chan -v $nick
}
}

This isn't working. Basically, I'd like to make it so they're automatically devoiced when they join the channel. I am an operator there and have permission to do this, I just don't know how.

Thanks