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:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Autotext + Name!
Yes its possible [Image: msn_grin.gif]. Use the code below [Image: msn_tongue.gif].
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){ //When a Message is Recieved
    if (Origin != Messenger.MyName){ //If the Message is not send by me
        if (Message.substr(0,2) == 'Hi'){ //If the first two letters of the message are Hi
           ChatWnd.SendMessage('Hi '+Origin); //Send a Message Hi <Who said Hi>
           }
        }
    }


This post was edited on 08-14-2006 at 04:21 AM by Felu.
08-14-2006 04:17 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