quote:
Originally posted by BAW
is there no way to get rid of the %email% and just have the personal message that i make in the options?
No, not without making a script to do this.
code:
function OnEvent_ContactSignin(sEmail){
MsgPlus.DisplayToast('', 'User is online', '', 'OpenChatWindow', sEmail);
}
function OpenChatWindow(sParam) {
Messenger.OpenChat(sParam);
}