on *:text:*:!report *:#: {
if (Killingscream ison #trade-report) { return }
else { msg $chan Thanks $nick }
}

I don't seem to be able to find out what's wrong. I'm sure I'm missing something stupid. Also, I want it to only respond if they say: !report http://forums.whatever.com/<inserttopic here>

The last part has to be random of course. Maybe I can just do:
on *:text:*:!report http://forums.whatever.com/ *:#: {

But I'm not sure about that either.

Thanks for all the help so far. smile