quote:
Originally posted by Zeh
Ok it's a bit better but it still shows everything in the same line and you forgot to delete a dot next to the '+' but it still apears in the same line after I delete the dot.
Lol, you were quick, I removed that in an edit about 10 seconds after making the post.
Also, just edited to add code that does fit. Just remove the word contacts each time, plenty room. :
EDIT:
Add:
code:
function OnEvent_Initialize(bMessengerStart){
if(!bMessengerStart){ OnEvent_SigninReady(Messenger.MyEmail); }
}
To make it work if the script is started when messenger is already signed in (eg. when editing and enabling / disabling the script...)