What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » Block Chat Suggestions

Block Chat Suggestions
Author: Message:
Kirsle
New Member
*


Posts: 2
Joined: Jun 2004
O.P. RE: Block Chat Suggestions
People from Bot-Depot have made a Perl MSN module that we all for our chatterbots, and it has a hashref where it has information about all the sockets, including people in them.

Like if $self is the current socket, to get the current users of the socket it's like
code:
$users = join (", ", keys %{$self->GetMaster->{Socks}->{$self->{fn}}->{Buddies}});

($self->{fn} would be the socket number... the MSN module ID's them all by numbers)

So it couldn't be too hard to do in a different programming language.
________________

Also, the MSN.pm has a Answer handler that bots use, and a Join handler, and both can be used to get the username(s) that created or joined (so if you're re-invited, the Answer handler's called and all participants are listed).
07-04-2004 10:58 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Block Chat Suggestions - by Kirsle on 06-25-2004 at 05:56 PM
RE: Block Chat Suggestions - by Chestah on 06-27-2004 at 07:49 AM
RE: Block Chat Suggestions - by saralk on 06-27-2004 at 09:38 AM
RE: Block Chat Suggestions - by Kirsle on 07-04-2004 at 10:58 AM
RE: Block Chat Suggestions - by Jessica on 11-11-2006 at 07:55 AM
RE: Block Chat Suggestions - by linx05 on 11-11-2006 at 10:21 AM
RE: Block Chat Suggestions - by foaly on 11-11-2006 at 10:28 AM
RE: Block Chat Suggestions - by Jessica on 11-11-2006 at 09:09 PM


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