if(filter(msg,tags) == TRUE) //if the msg has profanity in it
Problem description:
it says undefine
i need some help
ID:142726
Mar 21 2008, 2:51 am
|
|
Code:
if(filter(msg,tags) == TRUE) //if the msg has profanity in it Problem description: it says undefine i need some help |
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)