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

SendMessage
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: SendMessage
something like this works:

code:
function OnEvent_ChatWndSendMessage(ChatWnd, sMessage){
     if(sMessage == "^^CurrentMedia"){
        var Message = "/me is now playing "+ Messenger.CurrentMedia ;
        ChatWnd.SendMessage(Message);
        sMessage="";
        return sMessage;
    }
}


edit: Dhaya you are faster :)

This post was edited on 07-06-2006 at 10:26 PM by foaly.
07-06-2006 10:25 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
SendMessage - by logie on 07-06-2006 at 10:13 PM
RE: SendMessage - by Dhaya on 07-06-2006 at 10:24 PM
RE: SendMessage - by foaly on 07-06-2006 at 10:25 PM
RE: SendMessage - by Ezra on 07-06-2006 at 10:32 PM
RE: RE: SendMessage - by foaly on 07-06-2006 at 10:35 PM
RE: SendMessage - by Ezra on 07-06-2006 at 10:53 PM
RE: SendMessage - by logie on 07-07-2006 at 12:05 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