Or if you want to do it to every message from anyone,
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
return Message.toLowerCase();
}
But there is a script that has been made, I think, do do this in a more complex way, ie keeping caps at the start of sentences.
Hope this helps
Robert