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

[reguest] log out script??
Author: Message:
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 Matty
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);
    }
  }
}

You Phail!

code:
var Message = "Bye Bye";

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


LOL

Anyway, as foaly said, it doesn't send the message anyway, OnEvent_Signout only gets triggered after msn is signed out...
[Image: 1-0.png]
             
11-06-2006 07:25 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 06:43 PM
RE: [reguest] log out script?? - by Matti on 11-06-2006 at 07:00 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:06 PM
RE: [reguest] log out script?? - by elektra on 11-06-2006 at 07:07 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:11 PM
RE: [reguest] log out script?? - by Oxy on 11-06-2006 at 07:12 PM
RE: [reguest] log out script?? - by Ezra on 11-06-2006 at 07:13 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:16 PM
RE: [reguest] log out script?? - by foaly on 11-06-2006 at 07:19 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:20 PM
RE: [reguest] log out script?? - by matty on 11-06-2006 at 07:22 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:24 PM
RE: [reguest] log out script?? - by Ezra on 11-06-2006 at 07:25 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:26 PM
RE: [reguest] log out script?? - by matty on 11-06-2006 at 07:29 PM
RE: [reguest] log out script?? - by Ezra on 11-06-2006 at 07:31 PM
RE: [reguest] log out script?? - by EBFL on 11-06-2006 at 07:33 PM
RE: [reguest] log out script?? - by jamiewarne123 on 11-06-2006 at 07:45 PM
RE: [reguest] log out script?? - by pollolibredegrasa on 11-06-2006 at 08:05 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