on @*:JOIN:#mychannel: { if ($nick isupper) mode $chan +v $nick } on @*:NICK:#mychannel: { if ($newnick !isupper) mode $chan -v $newnick }