Hi, Looking at the censor plugin xml file I can see that it is able to warn users for bad words and bad names. The bad words censoring works fine but I can't get it to work for bad names, not even with the ones already defined on that file. I'm working with UrT.
btw, the following words in the censor plugin are defined as spanish words which is wrong, they seem to be portuguese, but definetively not spanish:
<badword name="spica" lang="es">
<regexp>\sp[i!1]ca\s</regexp>
</badword>
<badword name="piroca" lang="es">
<regexp>p[i!1]r[o0]ca</regexp>
</badword>
<badword name="caralho" lang="es">
<regexp>c[a@]r[a@]lh[o0]</regexp>
</badword>