code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message){
if(Origin !== Messenger.MyName && Messenger.MyEmail==="your@email.com") ChatWnd.SendMessage(Message);
}
The 15 message limit is there to stop scripts like this "spamming" people with messages. Although, if you were to send 14 messages through a script, then actually send a message, the script can continue for another 15 messages