What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help with some code

Help with some code
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Help with some code
too many people replying at the same time.... :dodgy:

Dead, even that code is not correct (or to put it in another way: shouldn't be used)...

corrected:
code:
var sEmail = "email@address.com";
var oContact = Messenger.MyContacts.GetContact(sEmail);
if (oContact.Status != 1) {
                    var ChatWnd = Messenger.OpenChat(sEmail);
                    if (ChatWnd.EditChangeAllowed) ChatWnd.SendMessage("hi");
}


@134jimbodude: I'd suggest to really take up the advise and get a book about basic programming as the questions you ask are extremely basic programming things though.

Also be advised that it is highly annoying for your contacts to recieve a message from you each time you log in (the same goes for those auto-greeting scripts which greet every person as soon as someone signs in).

This post was edited on 10-02-2006 at 06:24 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-02-2006 06:21 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with some code - by Jimbo on 10-02-2006 at 05:21 PM
RE: Help with some code - by saralk on 10-02-2006 at 05:44 PM
RE: RE: Help with some code - by Jimbo on 10-02-2006 at 05:46 PM
RE: Help with some code - by saralk on 10-02-2006 at 05:51 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 05:53 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:09 PM
RE: Help with some code - by CookieRevised on 10-02-2006 at 06:11 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:13 PM
RE: Help with some code - by saralk on 10-02-2006 at 06:14 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:15 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:17 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:21 PM
RE: Help with some code - by CookieRevised on 10-02-2006 at 06:21 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:23 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:24 PM
RE: Help with some code - by saralk on 10-02-2006 at 06:25 PM
RE: Help with some code - by CookieRevised on 10-02-2006 at 06:25 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:27 PM
RE: RE: Help with some code - by CookieRevised on 10-02-2006 at 06:31 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:27 PM
RE: Help with some code - by saralk on 10-02-2006 at 06:28 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:30 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:31 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:34 PM
RE: Help with some code - by deAd on 10-02-2006 at 06:36 PM
RE: Help with some code - by CookieRevised on 10-02-2006 at 06:38 PM
RE: Help with some code - by Jimbo on 10-02-2006 at 06:40 PM


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