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

SendMessage
Author: Message:
Dhaya
Junior Member
**

Avatar
lala~

Posts: 25
Reputation: 4
38 / Male / –
Joined: Jul 2006
RE: SendMessage
SendMessage is a function inherited from ChatWnd object.

You'll have to use it this way :

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

Godamn JScript ! I HATE you ! ... but I love you so much <3
07-06-2006 10:24 PM
Profile 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