I'm trying to set up a notification that whenever I receive a message via MemoServ that a sound triggers. I haven't been able to only pinpoint the sound to trigger when this message shows:

-MemoServ- You have a new memo from <nickname>.

Could someone help me out with this? This is what I have so far:

Code:
 on 1*:Notice:*:?: {
  if serv isin $nick { splay sound.wav }
  else halt
} 


Thanks in advance