O.P. RE: How to open group chat windows
Ok. So I'm probably not clear enough.
Again, very thankful for all your help. I expect to share my knowledge back...once I master this thing.
So, now I'm trying the OnEvent_ContactSignIn, but the script doesn't run in that case.
I'm just adding;
function OnEvent_ContactSignin("somemail@hotmail.com")
{
}
and that's it, it doesn't work. Neither when I put inside the function some dumb statement as
var ChatWnd = Messenger.OpenChat(sEmails[0]);
if (ChatWnd.EditChangeAllowed) ChatWnd.SendMessage("bla bla bla");
Do you know why??
|