Does your friend have Vista and has enabled Tabbed Chats? Then this is a known bug which is to be fixed in the next release this week. Here temporary solution to it.
quote:
Originally posted by Felu
Create a new script and put the following code in it. code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
Interop.Call("User32", "FlashWindow", ChatWnd.handle, true);
}