ID:142726
 
Code:
    if(filter(msg,tags) == TRUE)     //if the msg has profanity in it


Problem description:

it says undefine
i need some help
Well, you really haven't given enough informatino here.
Basically, one of those 4 things is undefined, probably.
Did you define TRUE? (#define TRUE 1)
How bout var/msg and var/tags (well msg is probably an argument)
or proc/filter(arg1,agr2)
Post the actual error, and we can tell you.