What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [reguest] log out script??

Pages: (2): « First [ 1 ] 2 » Last »
[reguest] log out script??
Author: Message:
jamiewarne123
New Member
*


Posts: 8
Joined: Nov 2006
O.P. [reguest] log out script??
hi im wondering if there is such a script that says 'bye' to all your contacts when you log out of msn, if so can you post download link ot site link, thx in advance.
11-06-2006 06:43 PM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [reguest] log out script??
Well, in theory this wouldn't be a very difficult script, you just have to send a message when the OnEvent_Signout event is triggered. But what do you mean with all contacts?
  • all online contacts on your list
  • all not-offline contacts on your list
  • all opened conversations at that moment
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
11-06-2006 07:00 PM
Profile E-Mail PM Web Find Quote Report
jamiewarne123
New Member
*


Posts: 8
Joined: Nov 2006
O.P. RE: [reguest] log out script??
all online contacts, and how difficult would this be to code
11-06-2006 07:06 PM
Profile E-Mail PM Find Quote Report
elektra
Full Member
***

Avatar
aka quacky

Posts: 210
Reputation: -3
– / Male / –
Joined: Jul 2006
RE: [reguest] log out script??
quote:
Originally posted by jamiewarne123
all online contacts, and how difficult would this be to code[/q]
I think it would be best for it to be all open chats, and it would be quite hard to code for every online contact
[Image: ps3_forum2.jpg][Image: x360_forum2.jpg]
11-06-2006 07:07 PM
Profile E-Mail PM Find Quote Report
jamiewarne123
New Member
*


Posts: 8
Joined: Nov 2006
O.P. RE: [reguest] log out script??
so have i come up with a good idea, i have no coding experience so any people willing to code this please go ahead.
11-06-2006 07:11 PM
Profile E-Mail PM Find Quote Report
Oxy
Veteran Member
*****

Avatar

Posts: 1368
Reputation: 24
30 / Male / Flag
Joined: Jul 2006
RE: [reguest] log out script??
quote:
Originally posted by penguindude
I think it would be best for it to be all open chats

Yes, because

1) smaterchild will get annoying sooner or later :P
2) people who you didn't talk to will think 'WTF'

I'm sure this shouldn't be too hard for someone to code, it should be somewhat similar to the script which when you type "brb" it will set status to Be right back.. but it might be easier to work with the /signout command rather than the other way..

see penguindude, i can use quote codes properly ;)

This post was edited on 11-06-2006 at 07:15 PM by Oxy.
[Image: dotlukas.gif]
11-06-2006 07:12 PM
Profile E-Mail PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [reguest] log out script??
quote:
Originally posted by penguindude
quote:
Originally posted by jamiewarne123
all online contacts, and how difficult would this be to code
I think it would be best for it to be all open chats, and it would be quite hard to code for every online contact

You suck at quoting :P

About the script, if would be very easy to make, but I think it would also be very annoying to send a message to every online contact, it's better to send it to all opened windows. (I would block you if you sent me that message everytime you logged out :P)

code:
var Message = "Bye Bye";

function OnEvent_Signout(Email)
{
  for(e = new Enumerator(Messenger.CurrentChats); !e.atEnd(); e.moveNext())
  {
      if (e.item().EditChangeAllowed)
    {
      ChatWnd.SendMessage(Message);
    }
  }
}

Even this will get annoying...

This post was edited on 11-06-2006 at 07:17 PM by Ezra.
[Image: 1-0.png]
             
11-06-2006 07:13 PM
Profile PM Web Find Quote Report
jamiewarne123
New Member
*


Posts: 8
Joined: Nov 2006
O.P. RE: [reguest] log out script??
ya that sounds better actually, send a custom message to all open windows when sgining out.
omg u finished it already
11-06-2006 07:16 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [reguest] log out script??
quote:
Originally posted by Ezra

code:
var Message = "Bye Bye";

function OnEvent_Signout(Email)
{
  for(e = new Enumerator(Messenger.CurrentChats); !e.atEnd(); e.moveNext())
  {
   if (e.item().EditChangeAllowed)
    {
      ChatWnd.SendMessage(Message);
    }
  }
}

how can you send a message when you just signed out?

or do you stay signed in untill OnEvent_Signout is parsed?

This post was edited on 11-06-2006 at 07:22 PM by foaly.
11-06-2006 07:19 PM
Profile E-Mail PM Find Quote Report
jamiewarne123
New Member
*


Posts: 8
Joined: Nov 2006
O.P. RE: [reguest] log out script??
just before u log out then

im am very suprised to how active this forum is, u are all very helpfull and quik at making scripts
11-06-2006 07:20 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« 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