This is part of my swearing.lib file
$BadWords = array (
"shit",
"fuck([[:alpha:]])",
"damn([[:alpha:]])",
"bitch",
"dammit",
"ass",
);
Why when I type in the words mentioned in the array
above tehy are not replaced?
Anonymous
Logged In: YES
user_id=637211
never mind I got it to filter the words now
<--kicks himself for not configing it right
Any way how do I get it to filter ass but not glass and class
or grass ect?