What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » contacts caps off

contacts caps off
Author: Message:
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
O.P. contacts caps off
could i use a script to turn my contacts caps off
they turn mine off but wats the point i'm not the one being stupid enough to type in caps

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














12-05-2007 09:56 AM
Profile E-Mail PM Find Quote Report
Oxy
Veteran Member
*****

Avatar

Posts: 1368
Reputation: 24
30 / Male / Flag
Joined: Jul 2006
RE: contacts caps off
It would seem possible, if you just replace every capital letter with the corresponding lower case letter.
[Image: dotlukas.gif]
12-05-2007 11:13 AM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: contacts caps off
code:
OnEvent_ChatWndReceiveMessage(Wnd,Origin,msg,Kind){
return msg.toLowerCase();
}

This will change all messages to lowercase, but this will on appear on your computer.  If you send something with caps it will be sent with caps but displayed in lowercase.

This post was edited on 12-05-2007 at 11:18 AM by markee.
[Image: markee.png]
12-05-2007 11:17 AM
Profile PM Find Quote Report
Jarrod
Veteran Member
*****

Avatar
woot simpson

Posts: 1304
Reputation: 20
– / Male / Flag
Joined: Sep 2006
O.P. RE: contacts caps off
awesome that's exactly what i wanted
i never use caps anyways surely u've noticed that

plus says it's defective and won't work

This post was edited on 12-05-2007 at 12:08 PM by Jarrod.

[Image: 5344.png]
[Image: sig.png]

A.k.a. The Glad Falconer














12-05-2007 11:55 AM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: contacts caps off
Add "function" in front of it. :P
code:
function OnEvent_ChatWndReceiveMessage(Wnd,Origin,msg,Kind){
   return msg.toLowerCase();
}
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-05-2007 12:29 PM
Profile E-Mail PM Web Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
Joined: Jan 2006
RE: contacts caps off
Thanks Matti for fixing that quickly. I've been working and been very tired and I wrote that straight into the text ox.  I appologise for not getting it right.
[Image: markee.png]
12-06-2007 11:34 AM
Profile 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