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:
mickael9
Full Member
***


Posts: 117
Reputation: 3
33 / Male / Flag
Joined: Jul 2005
RE: RE: RE: MSN Plus Feature/Script suggestion
quote:
Originally posted by Adrian DX
quote:
Originally posted by Jesus
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
    return Message.toLowerCase()
}
this removes all capitals from all messages in the conversation window.


Thats a pretty good start ^_^

The only thing that would make it perfect is if it would only activate if there is one or more words that is written in capitals :D

Thanks =)


code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
    if (Origin != Messenger.MyName && Message == Message.toUpperCase())
        return Message.toLowerCase();

    return Message;
}
:P

This post was edited on 08-27-2006 at 12:41 AM by mickael9.
08-27-2006 12:40 AM
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