code:function OnEvent_ChatWndSendMessage(ChatWnd, Message) { Message = Message.replace(/\test\:/gi,'some text here *a line break here* and some text here'); return Message; }