Posts: 1622 Reputation: 50
36 / /
Joined: Jan 2006
RE: [REQUEST] Auto-invite
Try this:
code:function OnEvent_ChatWndContactRemoved(ChatWnd,Email) //starts when someone exits
{
ChatWnd.SendMessage("/invite "+Email) //invites contact back
}
This should be what you want, it only works for conversations with 3 or more people and the person that leaves must have you in their allowed list for it to work
lol, that's mean...
Usually if people keep adding me they get *blocked*
This script gonna raise the block button usage...
(Funny, just seen a script to auto-exit a conference, coincidence?)
Posts: 1622 Reputation: 50
36 / /
Joined: Jan 2006
RE: [REQUEST] Auto-invite
If the person wih the script is blocked by the person wh exits the chat then it should get out of the convo. Also if you signout or appear offline it will also exit the convo (and any other convos too).
This post was edited on 07-21-2006 at 09:12 AM by markee.
Blocking the person doesn't exit the convo.
Appear offline or sign-out does.
Blocking just prevent from the person from REinviting u (not from some1 else in the convo though )
This post was edited on 07-21-2006 at 09:01 AM by The_Joker.
Posts: 1622 Reputation: 50
36 / /
Joined: Jan 2006
RE: [REQUEST] Auto-invite
quote:Originally posted by The_Joker
Blocking the person doesn't exit the convo.
Appear offline or sign-out does.
Blocking just prevent from the person from REinviting u (not from some1 else in the convo though )
It might not exit out but it allows you to then exit and not be automatically invited back. I personally don't want the script but if someone has asked for it I might as well help them and explain how to prevent this from happening to you if someone uses this script with you.