quote:
Originally posted by afelipE_scripts
function OnEvent_ChatWndSendMessage(Wnd,Msg) {
if ( Msg == "nudge" ){
var hwnd = Interop.Call('User32',"FindWindowW",'IMWindowClass',0);
var nvoHwnd= Interop.Call('User32',"SendMessageW", hwnd, 273, 689,0);
return "";
}
}
^^
Greetings
lol cool.
Could you also find out how to trace a received nudge
.