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

Altering a sent message
Author: Message:
cloudhunter
Senior Member
****


Posts: 536
Reputation: 18
37 / – / –
Joined: Dec 2005
RE: Altering a sent message
Very easy.

code:
function OnEvent_ChatWndSendMessage(Origin, ChatWnd)
{
if (Message == "message")
{
replace = "replace";
return replace;
}
}


Of course you can other ways of replacing and checking messages, but thats the general jist - the return in the function.

Cloudy
[Image: cloudy.jpg]
Sig by pirateok/marisaok/marisa ;)
quote:
Originally posted by Moulin Rouge
The greatest thing you'll ever learn, is just to love and be loved in return

6749 days, 10 hours, 36 minutes, 34 seconds ago
09-16-2006 11:52 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Altering a sent message - by Robin4286 on 09-16-2006 at 11:47 PM
RE: Altering a sent message - by cloudhunter on 09-16-2006 at 11:52 PM
RE: Altering a sent message - by Robin4286 on 09-16-2006 at 11:55 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