on *:join:#:{
if ($chan == #D&D) {
if ($nick == person) {
mode $chan +h $nick
}
}
}

To check if a nickname is registered you will have to do a /whois on them and check if raw 307 is there.