mob/verb/say(msg as text)
if(cmptext("apple",msg)||cmptext("pear",msg))
src<<"Don't swear!"
else world<<"[src]:[msg]"
but would i replace each swear word with stars in the text, like if you say "blah blah APPLE blah blah" then it says "blah blah ***** blah blah", and if you say "blah blah PEAR blah blah" then it says "blah blah **** blah blah" ?