What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Auto-text background in chat.

[Request] Auto-text background in chat.
Author: Message:
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [Request] Auto-text background in chat.
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
    if (Message.charAt(0) == "/")
    {
        if(Message.charAt(1) == "/") {
            Message = "[a=1]" + Message + "[/a]";
        }
    }
    else {
        Message = "[a=1]" + Message + "[/a]";
    }
    return Message
}


That code would allow // also :)

This post was edited on 10-06-2006 at 02:36 PM by vikke.
10-06-2006 02:35 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Auto-text background in chat. - by Slacker on 10-06-2006 at 09:37 AM
RE: [Request] Auto-text background in chat. - by Sypher on 10-06-2006 at 01:15 PM
RE: [Request] Auto-text background in chat. - by MeEtc on 10-06-2006 at 01:17 PM
RE: [Request] Auto-text background in chat. - by Jesus on 10-06-2006 at 01:26 PM
RE: RE: [Request] Auto-text background in chat. - by alexp2_ad on 10-06-2006 at 01:30 PM
RE: [Request] Auto-text background in chat. - by Jesus on 10-06-2006 at 02:09 PM
RE: RE: [Request] Auto-text background in chat. - by alexp2_ad on 10-06-2006 at 02:28 PM
RE: [Request] Auto-text background in chat. - by vikke on 10-06-2006 at 02:35 PM
RE: [Request] Auto-text background in chat. - by markee on 10-07-2006 at 05:02 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