What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Auto-invite

[REQUEST] Auto-invite
Author: Message:
YottabyteWizard
Senior Member
****

Avatar

Posts: 709
Reputation: 23
37 / Male / Flag
Joined: Mar 2005
O.P. [REQUEST] Auto-invite
On the oldtimes, when existed MSN Messenger 4.6/4.7 I had a program which autoinvited users to a conversation when they leaved the conversation.

Ex.: When I left a multiple user conversation, a bot or script will add me back to that conversation.

Could it be possible?
07-21-2006 05:59 AM
Profile E-Mail PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
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 :)
[Image: markee.png]
07-21-2006 07:39 AM
Profile PM Find Quote Report
andrey
elite shoutboxer
****

Avatar

Posts: 795
Reputation: 48
– / Male / Flag
Joined: Aug 2004
RE: [REQUEST] Auto-invite
wtf people usually have a reason when they're leaving a group chat :-/
[Image: w2kzw8qp-sq2_dz_b_xmas.png]
07-21-2006 08:34 AM
Profile PM Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: [REQUEST] Auto-invite
lol, that's mean...
Usually if people keep adding me they get *blocked* :P
This script gonna raise the block button usage...
(Funny, just seen a script to auto-exit a conference, coincidence?)
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
07-21-2006 08:49 AM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
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.
[Image: markee.png]
07-21-2006 08:51 AM
Profile PM Find Quote Report
The_Joker
Full Member
***

Avatar
TF

Posts: 125
Joined: Oct 2005
RE: [REQUEST] Auto-invite
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.
Messenger Plus! 3.61 unofficial Hebrew translator
Messenger Plus! Live unofficial Hebrew translator
07-21-2006 09:00 AM
Profile PM Find Quote Report
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
35 / Male / Flag
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.
[Image: markee.png]
07-21-2006 09:15 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On