What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » Messenger Plus should support "/me"

Messenger Plus should support "/me"
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: Messenger Plus should support "/me"
Here is some script code that you can use to reproduce this feature how you want it to.  Please note that all of your MP!L contacts will now see "/me" when you send one of these messages though.

code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    return Message.replace(/^\/(\/me\s)/i,"$1");
}
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind){
    return Message.replace(/^\/me(\s)/i,"ĢI$1");
}

Also note, I did not test this, but it should be fine.
[Image: markee.png]
11-10-2008 02:17 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Messenger Plus should support "/me" - by cubefox on 11-06-2008 at 12:19 PM
RE: Messenger Plus should support "/me" - by markee on 11-06-2008 at 12:48 PM
RE: RE: Messenger Plus should support "/me" - by cubefox on 11-06-2008 at 06:34 PM
RE: Messenger Plus should support "/me" - by markee on 11-07-2008 at 11:45 AM
RE: Messenger Plus should support "/me" - by ShawnZ on 11-07-2008 at 01:02 PM
RE: Messenger Plus should support "/me" - by Matti on 11-07-2008 at 05:00 PM
RE: Messenger Plus should support "/me" - by cubefox on 11-09-2008 at 05:40 PM
RE: RE: Messenger Plus should support "/me" - by Vilkku on 11-09-2008 at 06:08 PM
RE: Messenger Plus should support "/me" - by Menthix on 11-09-2008 at 06:14 PM
RE: Messenger Plus should support "/me" - by markee on 11-10-2008 at 02:17 AM
RE: Messenger Plus should support "/me" - by Voldemort on 11-10-2008 at 03:36 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