What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Event when the contact sends a nudge?

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Event when the contact sends a nudge?
Author: Message:
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: Event when the contact sends a nudge?
quote:
(1:57 PM) You sent a nudge !


They do show up :)
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-26-2006 05:57 PM
Profile E-Mail PM Web Find Quote Report
JonnyT
Junior Member
**


Posts: 28
Joined: Jun 2006
RE: Event when the contact sends a nudge?
ah yeah, they show up in the MPL chat logs but not in the messenger chat logs.
06-26-2006 06:03 PM
Profile E-Mail PM Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: Event when the contact sends a nudge?
Means that Patchou can easily add that event :p
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-26-2006 06:09 PM
Profile E-Mail PM Web Find Quote Report
Mr. Bougo
Junior Member
**


Posts: 51
33 / Male / –
Joined: Jun 2006
O.P. RE: Event when the contact sends a nudge?
Yup, i did a lil debug script that writes any message sent and the nudges aren't shown in the debug script...


I wanted to do a nudge-back script :p
06-26-2006 06:14 PM
Profile PM Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: Event when the contact sends a nudge?
I believe it is supported, but Patchou may have forgotten to add the number in the Documentation.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
06-26-2006 06:22 PM
Profile PM Web Find Quote Report
wlmcrap
Junior Member
**

Avatar
David

Posts: 71
Reputation: -6
30 / Male / –
Joined: Jul 2006
RE: Event when the contact sends a nudge?
Can someone please give me the code for if when a contact sends a nudge it automatically replys with "Get Lost!" or "Go Away!" or others that i won't mention. :)
Thnx
07-05-2006 02:14 AM
Profile E-Mail PM Web Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: Event when the contact sends a nudge?
If you'd have read the thread carefully, you would know that it is not yet possible to catch a nudge event, unfortunately.
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
07-05-2006 05:48 AM
Profile E-Mail PM Web Find Quote Report
Mr. Bougo
Junior Member
**


Posts: 51
33 / Male / –
Joined: Jun 2006
O.P. RE: RE: Event when the contact sends a nudge?
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] ????

This post was edited on 07-05-2006 at 06:16 AM by Mr. Bougo.
07-05-2006 06:12 AM
Profile PM Find Quote Report
wlmcrap
Junior Member
**

Avatar
David

Posts: 71
Reputation: -6
30 / Male / –
Joined: Jul 2006
RE: Event when the contact sends a nudge?
If nobody wants to make my script can someone at least plz look at my code and fix it for me?


Code:

function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{

    if (Message == Origin+" just sent you a Nudge!")
    {
        ChatWnd.SendMessage("Go Away");
    } 
    return "Message";
}
07-05-2006 09:33 AM
Profile E-Mail PM Web Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: Event when the contact sends a nudge?
wlmcrap
that won't work because OnEvent_ChatWndReceiveMessage isn't called when recieving a nudge...
07-05-2006 09:38 AM
Profile E-Mail PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On