if i assume correctly, you want to play a seperate wav sound everytime the words "Bunty" and/or "Audrey" are typed in the channel?

on *:TEXT:*:#: {
if (bunty isin $1-) { .splay -w bunty.wav }
if (audrey isin $1-) { .splay -w audrey.wav }
}

hope this helps laugh