![]() [reguest] log out script?? - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [reguest] log out script?? (/showthread.php?tid=68127) [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 06:43 PM 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. RE: [reguest] log out script?? by Matti on 11-06-2006 at 07:00 PM
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?
RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:06 PM all online contacts, and how difficult would this be to code RE: [reguest] log out script?? by elektra on 11-06-2006 at 07:07 PM
quote: RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:11 PM so have i come up with a good idea, i have no coding experience so any people willing to code this please go ahead. RE: [reguest] log out script?? by Oxy on 11-06-2006 at 07:12 PM
quote: Yes, because 1) smaterchild will get annoying sooner or later ![]() 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 ![]() RE: [reguest] log out script?? by Ezra on 11-06-2006 at 07:13 PM
quote: You suck at quoting ![]() 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 ![]() code: Even this will get annoying... RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:16 PM ya that sounds better actually, send a custom message to all open windows when sgining out. omg u finished it already RE: [reguest] log out script?? by foaly on 11-06-2006 at 07:19 PM
quote:how can you send a message when you just signed out? or do you stay signed in untill OnEvent_Signout is parsed? RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:20 PM
just before u log out then RE: [reguest] log out script?? by matty on 11-06-2006 at 07:22 PM
quote:You Phail! code: quote: quote: Don't double post, if you need to make changes or add something use the edit button. quote:This isn't going to work. quote: RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:24 PM
i dont understand what one do i copy into a new script RE: [reguest] log out script?? by Ezra on 11-06-2006 at 07:25 PM
quote: LOL Anyway, as foaly said, it doesn't send the message anyway, OnEvent_Signout only gets triggered after msn is signed out... RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:26 PM
so this isnt posible?? RE: [reguest] log out script?? by matty on 11-06-2006 at 07:29 PM
quote:Easiest thing to do in this case is to make a QuickText. The first message sent would be to /all Bye Bye, the second message would be /signout That is the only way possible. RE: [reguest] log out script?? by Ezra on 11-06-2006 at 07:31 PM
This will be like the QuickText only fancier code: RE: [reguest] log out script?? by EBFL on 11-06-2006 at 07:33 PM
Lol? RE: [reguest] log out script?? by jamiewarne123 on 11-06-2006 at 07:45 PM
really is that /all [text] RE: [reguest] log out script?? by pollolibredegrasa on 11-06-2006 at 08:05 PM
Meh, it's just a suggestion but if a script were made, then one possible idea is everytime you speak to a contact, add their email to an array (assuming they don't already exist in it of course.) You could then use whatever method to call a function that sends the message to all the users (still online) in that array before signing out. |