Shoutbox

Script idea [Caps killer] - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Script idea [Caps killer] (/showthread.php?tid=99154)

Script idea [Caps killer] by Pokemon640 on 04-06-2012 at 12:22 AM

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


RE: Script idea [Caps killer] by matty on 04-06-2012 at 01:44 AM

Javascript code:
function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind) {
    return sMessage.toLowerCase();
}


RE: Script idea [Caps killer] by Pokemon640 on 04-08-2012 at 06:43 AM

thanks a lot :D

but in chat log records, the uppercase letters are still exist.*-) How can i change that?


RE: Script idea [Caps killer] by matty on 04-08-2012 at 11:48 AM

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.