Code:
on *:NICK: { 
  if ($me isop #mychannel && $nick ison #mychannel && *dick* iswm $newnick) {
    mode #mychannel +b *dick*!*@*
  }
}