Do you have another on text event in the same script file that may confilct?
Code:
On *:text:*:#:{
  if ($nick == [color:gray]tony[/color]) { splay [color:blue]soundfile.wav[/color] } 
} 

Have you changed tony to the correct nick?
Have you changed soundfile.wav to a valid file.ext?