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

Autotext + Name!
Author: Message:
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: Autotext + Name!
quote:
Originally posted by -!Felu!-
Yes its possible [Image: msn_grin.gif]. Use the code below [Image: msn_tongue.gif].
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if (Origin != Messenger.MyEmail){
    if (Message.substr(0,2) == 'Hi'){
       ChatWnd.SendMessage('Hi '+Origin);
       }
    }
}


Origin is the name, not the email.
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
if (Origin != Messenger.MyName){
    if (Message.substr(0,2) == 'Hi'){
       ChatWnd.SendMessage('Hi '+Origin);
       }
    }
}

This post was edited on 08-14-2006 at 04:19 AM by ddunk.
08-14-2006 04:19 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Autotext + Name! - by Gropfi on 08-14-2006 at 03:59 AM
RE: Autotext + Name! - by Felu on 08-14-2006 at 04:17 AM
RE: Autotext + Name! - by ddunk on 08-14-2006 at 04:19 AM
RE: RE: Autotext + Name! - by RaceProUK on 08-14-2006 at 02:27 PM
RE: Autotext + Name! - by Gropfi on 08-14-2006 at 07:02 AM
RE: Autotext + Name! - by H-Des on 08-14-2006 at 12:11 PM
RE: RE: Autotext + Name! - by Mike on 08-17-2006 at 11:52 AM
RE: RE: RE: Autotext + Name! - by H-Des on 08-17-2006 at 01:15 PM
RE: Autotext + Name! - by Gropfi on 08-17-2006 at 07:02 AM
RE: Autotext + Name! - by RaceProUK on 08-17-2006 at 08:24 AM
RE: Autotext + Name! - by Silentdragon on 08-17-2006 at 08:26 AM
RE: Autotext + Name! - by Gropfi on 08-17-2006 at 09:37 AM
RE: Autotext + Name! - by markee on 08-17-2006 at 09:55 AM
RE: Autotext + Name! - by Gropfi on 08-17-2006 at 10:26 AM
RE: Autotext + Name! - by markee on 08-17-2006 at 10:29 AM
RE: Autotext + Name! - by CookieRevised on 08-17-2006 at 10:43 AM
RE: Autotext + Name! - by CookieRevised on 08-19-2006 at 09:37 AM
RE: Autotext + Name! - by Sunshine on 08-19-2006 at 10:31 AM


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