on the server that i'm on, whenever one of the IRCops are dj'ing, EVERYONE gets a server notice in all the channels that they're on! the format is always like:

-irc.server.net:#channel- Now Playing -> Title - Artist


now, i've been trying to NOT see this server notice and here's what i've come up with:

Code:
on ^*:SNOTICE:*Playing*:*:{ halt }



...however, it doesn't work! frown i still see all those (spam) "Now Playing" server notices. i saved the above script as spam.mrc and loaded it using /load -rs c:\mirc\spam.mrc

any help to get it working?


thanks!