Ok i thought I could do this. Trying to setup for a nick change. I though this was correct
Code:
on *:nick: {
  if ($read(censor.txt,nw,$+(*,$newnick,*))) ban -ku60 $chan $newnick 5 Bad word in nickname
}

But as ou can tell from looking at it, that is wrong. Thanks for the help.