What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Script idea [Caps killer]

Script idea [Caps killer]
Author: Message:
Pokemon640
New Member
*

Avatar
Pokemon Trainer

Posts: 2
33 / Male / Flag
Joined: Apr 2012
O.P. Cool  Script idea [Caps killer]
Hi, I am looking for a script, which will replace the capital letters into lowercase letters

example in conversation window(received message from a user):

HELLO, HOW ARE YOU ??  ==> hello, how are you ??

I think this is a easy to develop script, but i have zero knowledge about programming.

Cheers, Andrew
04-06-2012 12:22 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Script idea [Caps killer]
Javascript code:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind) {
    return sMessage.toLowerCase();
}

04-06-2012 01:44 AM
Profile E-Mail PM Find Quote Report
Pokemon640
New Member
*

Avatar
Pokemon Trainer

Posts: 2
33 / Male / Flag
Joined: Apr 2012
O.P. RE: Script idea [Caps killer]
thanks a lot :D

but in chat log records, the uppercase letters are still exist.*-) How can i change that?
04-08-2012 06:43 AM
Profile E-Mail PM Web Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Script idea [Caps killer]
quote:
Originally posted by Pokemon640
thanks a lot :D

but in chat log records, the uppercase letters are still exist.*-) How can i change that?
You can't.
04-08-2012 11:48 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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