quote:
Originally posted by Jesus
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
return Message.toLowerCase()
}
this removes all capitals from all messages in the conversation window.
Thats a pretty good start ^_^
The only thing that would make it perfect is if it would only activate if there is one or more words that is written in capitals
Thanks =)