Originally Posted By: Riamus2
For CTCP, you could use:

Code:
ctcp *:*Now*Playing*:*:{
  haltdef
}


You can also try NOTICE instead of SNOTICE (more likely since SNOTICE is a server notice and isn't usually from users). For that, you have:

Code:
on ^*:NOTICE:*Now*Playing*:*:{
  haltdef
}


For SNOTICE, you'd just stick an "S" in front of NOTICE.


ok, i have tried the two codes above including SNOTICE and none of them works! what is going on?!?!

i have tried them one by one... each time loading it using /load -rs c:\mirc\spam.mrc and i can still see ALLLLLLLLL the notices/CTCPs (i honestly don't know what are they)!

i have also UNCHECKED all the invites, queries, notices, CTCPs, etc. in my mIRC options but i still CANNOT stop these messages from showing up:

-ferret.station51.net:#channel- Now Playing -> Artist - Title


i'm using halt instead of haltdef because the messages are showing up on every channel on that network that i'm on and NOT on the status window.

what's going on, guys? frown