What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Finding a Post/Code - [solved]

Finding a Post/Code - [solved]
Author: Message:
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. Finding a Post/Code - [solved]
Hello People!!!

I've tried to search but I can't find a post that someone (I don't remember the name) was asking for a code that when a especified contact sigin, it will be sent a message to that contact only...

Can someone link that post to me or paste the code here, please???

:)

This post was edited on 11-02-2006 at 08:30 PM by MicroWay.
11-02-2006 08:06 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [help] Finding a Post/Code
[rant]
Seriously what the fuck is up with people not reading the damn scripting documentation...
[/rant]

code:
function OnEvent_ContactSignIn(sEmail){
    if (sEmail == 'johndoe@hotmail.com'){
        var oWnd = Messenger.OpenChat(sEmail);
        oWnd.SendMessage('my message');
    }
}
11-02-2006 08:10 PM
Profile E-Mail PM Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. RE: [help] Finding a Post/Code
Sorry, 've tried to make the script, but it was an error that I don't know hot to fix it... :S

But...
(Y) Thanks for your very fast reply and for the code!!!!

:)
11-02-2006 08:13 PM
Profile PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Finding a Post/Code - [solved]
quote:
Originally posted by MicroWay
Sorry, 've tried to make the script, but it was an error that I don't know hot to fix it... (Smilie)
then normally you post a thread or ask someone then they will tell you where you went wrong and you learn , instead of just getting the code given to you
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-02-2006 10:48 PM
Profile PM Web Find Quote Report
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
O.P. RE: Finding a Post/Code - [solved]
quote:
Originally posted by -dt-
then normally you post a thread or ask someone then they will tell you where you went wrong and you learn , instead of just getting the code given to you

Good Ideia, DT!!! Sorry, my mistake!!

I promise that the next time I tried to do some code and it have errors, I will do what you have said...
;)
11-02-2006 10:51 PM
Profile PM Find Quote Report
« 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