What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Two questions: !remotecommand and Messenger.MyContacts

Two questions: !remotecommand and Messenger.MyContacts
Author: Message:
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: Two questions: !remotecommand and Messenger.MyContacts
There's a couple problems.

First off, the event is "onEvent_ChatWndReceiveMessage" rather than "onEvent_ChatWndReceivedMessage".

Also, you have
code:
function OnEvent_ChatWndReceivedMessage(ChatWnd,Origin,Msg,Kind){
if(Message.substr(0,8).toLowerCase()=="!petrafi"){
So "Message" is undefined. So either change "Message" to "Msg" or "Msg" to "Message" and that part of the code should be just fine. :)
12-13-2007 12:40 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-11-2007 at 08:05 PM
RE: Two questions: !remotecommand and Messenger.MyContacts - by markee on 12-12-2007 at 09:01 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-13-2007 at 12:31 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by ddunk on 12-13-2007 at 12:40 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-13-2007 at 01:19 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by pollolibredegrasa on 12-13-2007 at 01:29 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-13-2007 at 01:44 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by ShawnZ on 12-13-2007 at 01:46 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-13-2007 at 01:55 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by ShawnZ on 12-13-2007 at 02:31 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by kaourika on 12-13-2007 at 03:53 AM
RE: Two questions: !remotecommand and Messenger.MyContacts - by markee on 12-13-2007 at 11:12 PM
RE: Two questions: !remotecommand and Messenger.MyContacts - by CookieRevised on 12-13-2007 at 11:41 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