quote:
Originally posted by .Lou
I believe it is supported, but Patchou may have forgotten to add the number in the Documentation.
No it isnt supported... The ChatWndReceiveMessage event isnt called when you get or send a nudge...
Try this and you'll see...
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Orig,Msg,MsgKind){
Debug.Trace("Window handle: " + ChatWnd.Handle)
Debug.Trace("Origin: " + Orig)
Debug.Trace("Message: " + Msg)
Debug.Trace("Message Kind: " + MsgKind)
Debug.Trace("")
Debug.Trace("____________")
Debug.Trace("")
}
Huh, indent doesnt work with [ code] ????