What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Notify StatusChange 1.1

Notify StatusChange 1.1
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: Notify StatusChange 1.1
Replace the code after the switch-case block (until the end of the function) with this:

JScript code:
var sName = Messenger.MyContacts.GetContact(Email).Name; // Retrieve the contact's display name
var Message = sName + " has changed their status to " + MyStatus;// Generate the message
Message = MsgPlus.RemoveFormatCodes(Message); // Remove formatting
MsgPlus.DisplayToast("",Message,"newalert.wma","OnClick",Email); // Display the toast and send the email address along with it

07-31-2009 12:51 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Notify StatusChange 1.1 - by diddy81 on 07-30-2009 at 04:45 PM
RE: Notify StatusChange 1.1 - by SmokingCookie on 07-31-2009 at 12:51 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