The blinking is a known bug.
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);
}
That does the trick for me.