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.