[rant]
Seriously what the fuck is up with people not reading the damn scripting documentation...
[/rant]
code:
function OnEvent_ContactSignIn(sEmail){
if (sEmail == 'johndoe@hotmail.com'){
var oWnd = Messenger.OpenChat(sEmail);
oWnd.SendMessage('my message');
}
}