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

Edit text in conversation
Author: Message:
The Brain
Junior Member
**

Avatar

Posts: 49
Reputation: 1
– / Male / Flag
Joined: Jan 2003
RE: RE: Edit text in conversation
Thankyou foaly, that is right. I just tested it, and it will be replaced in your screen, but not your contact's.

Here is the exact code I used

code:

function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
    if(Origin == Messenger.MyName)
    {
        if(Message == "Blah Blah")
        {
            return "Hello!";
        }
    }
    return Message;
}


Have fun with whatever you want to use this to develop, fatfreechicken

This post was edited on 07-03-2006 at 02:19 PM by The Brain.
07-03-2006 02:18 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Edit text in conversation - by pollolibredegrasa on 07-03-2006 at 01:52 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 01:53 PM
RE: Edit text in conversation - by pollolibredegrasa on 07-03-2006 at 01:54 PM
RE: Edit text in conversation - by The Brain on 07-03-2006 at 02:08 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 02:09 PM
RE: Edit text in conversation - by foaly on 07-03-2006 at 02:14 PM
RE: RE: Edit text in conversation - by The Brain on 07-03-2006 at 02:18 PM
RE: Edit text in conversation - by Ezra on 07-03-2006 at 02:30 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