hi,
how do I ignore/filter out/hide messages that include certain phrases?
I'm in some channels that has a bot announcing all kinds of things.
some are important, some are not.
I want to ignore the bots news announcement.
it goes like "New Story:....."

I know there's the haltdef on nick:
on ^*:TEXT:*:#chan1:if ($nick == nickname) haltdef
but I don't want to ignore all the bot's messages. only the ones I don't care about.

how do I do that?
thanks!