What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » MSN Plus Feature/Script suggestion

MSN Plus Feature/Script suggestion
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: MSN Plus Feature/Script suggestion
That still doesn't quite work.
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
    if (Origin != Messenger.MyName && Message.match("(^|\s)[A-Z](\s|$)").length > 0)
        return Message.toLowerCase();

    return Message;
}
should work better.
[Image: spartaafk.png]
08-28-2006 03:15 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
MSN Plus Feature/Script suggestion - by Adrian DX on 08-26-2006 at 10:35 PM
RE: MSN Plus Feature/Script suggestion - by DarkMe on 08-26-2006 at 10:47 PM
RE: MSN Plus Feature/Script suggestion - by Jesus on 08-26-2006 at 11:46 PM
RE: RE: MSN Plus Feature/Script suggestion - by Adrian DX on 08-27-2006 at 12:02 AM
RE: RE: RE: MSN Plus Feature/Script suggestion - by mickael9 on 08-27-2006 at 12:40 AM
RE: MSN Plus Feature/Script suggestion - by RaceProUK on 08-28-2006 at 03:15 PM
RE: MSN Plus Feature/Script suggestion - by Lourix on 08-28-2006 at 05:23 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