im not sure i understand the question.
OK. Let me try to explain...
I created a list of badwords in a text file badwords.txt:
duck
lussy
pass
button
--->bone<---etc....
If an user write LOOK AT MY
BONE he'll be banned because te word BONE is in the list of words.
But if he write LOOK AT MY
FATBONE he won't be banned because the word FATBONE is not in the list
So I used wildcard:
*duck*
*lussy*
?ass*
*butt*
--->*bone*<---So to cover what is wrote before or after the badword. In the case if he write LOOK AT MY FATBONE he should has to be banned because *bone* include everything wrote before or after (
isin or iswm maybe?)
But it doesn't work.
And for nicks is the same: it works if someone wear a nick that has no wildcards in list. If an user wear LUSSY he'll be banned, but if he wear BIGLUSSY , nothing happen.
I hope Ibeen more clear.
Thanks