Hi Guys,
first of all a big thanx for this great pice of software!
I'm trying to ignore a line of text, when it contains a word, let us say it's "fuckoff".
Well I read through the script code, and got to a section where it says "if you had your own stuff you wanted to do to incoming text, you would do it to %m here" well thats what I did: I inserted:
if (%m($1-,/\bfuckoff\b/iS)) {
haltdef
}
But somehow it wont work..... I guess I should notice that I'm not too familiar with mirc scripting. So I'd be glad if someone could correct my code, or tell me how to manage my issue.
Greets,
checkitout