What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Preventing conversations with more than 1 person.

Preventing conversations with more than 1 person.
Author: Message:
meirmoon
New Member
*


Posts: 3
Joined: Jan 2007
O.P. Preventing conversations with more than 1 person.
I'm sorry if there is a thread asking about this already.  I searched but found nothing about it so.... is there a way to prevent someone from adding me to a conversation with more than 1 person (not including me)?
01-21-2007 05:39 AM
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: Preventing conversations with more than 1 person.
http://shoutbox.menthix.net/showthread.php?tid=63701
01-21-2007 05:46 AM
Profile PM Find Quote Report
meirmoon
New Member
*


Posts: 3
Joined: Jan 2007
O.P. RE: Preventing conversations with more than 1 person.
Thank you very much.
Edit: This isn't what I need.  I need one that prevents or closes the window when someone else is added to the conversation.

This post was edited on 01-21-2007 at 06:07 AM by meirmoon.
01-21-2007 05:50 AM
Profile E-Mail PM Find Quote Report
NiteMare
Veteran Member
*****

Avatar
Giga-Byte me

Posts: 2497
Reputation: 37
36 / Male / Flag
Joined: Aug 2003
RE: Preventing conversations with more than 1 person.
quote:
Originally posted by Dazmo
Try this script, when you click Decline, it will tell them to ask beofore inviting you. and it will close the convo.

http://www.msgpluslive.net/scripts/view/96-Group-Chat-Warning/
thats the same script that sam posted:P mine:P

yes mine only closes it after its open, but theres no real setting to turn on that will prevent you from getting added, the only REAL way, as disscussed in previous threads, is to scan the incoming packets to detect the group conversation JUST before its opened, and then close it, but theres nothing that will give like a message saying "you can not add this person to this group conversation" to the person trying to add you


please correct me if i'm mistaken
[Image: sig/]
I'll never forget what she said 6682 days, 23 hours, 24 minutes, 16 seconds ago
Need hosting? Check
out my website. we can help you out :)
01-21-2007 06:22 AM
Profile PM Web Find Quote Report
meirmoon
New Member
*


Posts: 3
Joined: Jan 2007
O.P. RE: RE: Preventing conversations with more than 1 person.
quote:
Originally posted by NiteMare
quote:
Originally posted by Dazmo
Try this script, when you click Decline, it will tell them to ask beofore inviting you. and it will close the convo.

http://www.msgpluslive.net/scripts/view/96-Group-Chat-Warning/
thats the same script that sam posted:P mine:P

yes mine only closes it after its open, but theres no real setting to turn on that will prevent you from getting added, the only REAL way, as disscussed in previous threads, is to scan the incoming packets to detect the group conversation JUST before its opened, and then close it, but theres nothing that will give like a message saying "you can not add this person to this group conversation" to the person trying to add you


please correct me if i'm mistaken

What I mean is, I want a script that will close the window when the contact I am talking to adds a new contact to it. Yours doesn't do that but it seems like it would be useful if they decide to add me again.
01-21-2007 06:27 AM
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Preventing conversations with more than 1 person.
code:
function OnEvent_ChatWndContactAdded(ChatWnd, Email){
    if(ChatWnd.Contacts.Count > 1){
        Interop.Call("User32", "SendMessageW", ChatWnd.Handle, 0x0010, null, null);
    }
}
01-21-2007 06:45 AM
Profile E-Mail PM Web 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