Hi guys, basically I have a script that makes all notices appear in a custom window called @Notice.
How can I remove a single notice from the @Notice window, as soon as I receive it, if it contains a certain word?
I tried to delete a notice that contained the phrase "try this new feature", with something like this:
on *:NOTICE:*try this new feature*:*: { /dline -s @Notice 1- }
aaaand it didn't work of course
any help?