Slight correction to the ON NICK event, as it's not channel specific.
Code:
on *:NICK:{
  if ($newnick !isupper) && ($me isop #mychannel) .mode $v2 -v $newnick
}