Not to sure but is the Wooooow in a certain colour?
try:
js code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message,MessageKind)
{
if(Origin != Messenger.MyName)
{
if(MsgPlus.RemoveFormatCodes(Message.toLower().search(/wooooow/)) != -1)
{
ChatWnd.SendMessage("af");
}
}
}
That will remove the colour codes before doing the search. It'll also make it all lower case just incase the capitalization is different