What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » req:when someone send message to me, i will change my status automatic appear offline

Pages: (2): « First [ 1 ] 2 » Last »
req:when someone send message to me, i will change my status automatic appear offline
Author: Message:
akyyy
Junior Member
**


Posts: 32
Joined: Apr 2005
O.P. req:when someone send message to me, i will change my status automatic appear offline
when someone send message to me, i will change my status automatic appear offline :)

thank you:S
06-22-2007 03:10 PM
Profile E-Mail PM Find Quote Report
joey
Senior Member
****

Avatar
Epoc Faileur.

Posts: 734
Reputation: 26
33 / Other / Flag
Joined: Dec 2006
RE: req:when someone send message to me, i will change my status automatic appear offline
the purpose of wlm is that you talk to people, not disappear when thay want to talk to you! :P

Break my heart all you want, i'm on the NHS.
ever wondered what it's like to ejaculate through your ears...? ;o
06-22-2007 03:33 PM
Profile E-Mail PM Web Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: RE: req:when someone send message to me, i will change my status automatic appear offline
why would you wanted such a script?!??! :S
you can just swich it yourself if you wish that :D
and
quote:
Originally posted by ICD
the purpose of wlm is that you talk to people!

06-22-2007 03:34 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: req:when someone send message to me, i will change my status automatic appear off
code:
function OnEvent_ChatWndReceiveMessage(_chat, _origin, _message, _messagekind){
    if (_origin !== Messenger.MyName) {
        Messenger.MyStatus = 2;
    }
}


I know the origin name is stupid but whatever!

This post was edited on 06-24-2007 at 06:04 PM by matty.
06-22-2007 03:45 PM
Profile E-Mail PM Find Quote Report
Voldemort
Veteran Member
*****

Avatar

Posts: 3504
Reputation: 49
– / – / Flag
Joined: Jul 2005
Status: Away
RE: req:when someone send message to me, i will change my status automatic appear offline
quote:
Originally posted by Phillip
Why..?!!?
quote:
Originally posted by ICD
the purpose of wlm is that you talk to people, not disappear when thay want to talk to you! (Smilie)
quote:
Originally posted by LooKa
why would you wanted such a script?!??! (Smilie)
you can just swich it yourself if you wish that (Smilie)
and
Why bash him like that if you're not helping?
*All posts are a purely speculative hypothesis based on abstract reasoning.
Not my daughter, you bitch!
[Image: ico-mollytrix16.gif]
06-22-2007 03:48 PM
Profile E-Mail PM Find Quote Report
Lux
Junior Member
**

=\

Posts: 91
Reputation: 7
– / Male / Flag
Joined: May 2007
RE: req:when someone send message to me, i will change my status automatic appear offline
i did helped :|
told him to change his status by himself :) :P
06-22-2007 03:56 PM
Profile PM Find Quote Report
Phillip
Senior Member
****

Avatar
c11h15no2

Posts: 548
Reputation: 56
34 / Male / Flag
Joined: Jan 2006
Status: Away
RE: RE: req:when someone send message to me, i will change my status automatic appear
quote:
Originally posted by Voldemort
quote:
Originally posted by Phillip
Why..?!!?
quote:
Originally posted by ICD
the purpose of wlm is that you talk to people, not disappear when thay want to talk to you! (Smilie)
quote:
Originally posted by LooKa
why would you wanted such a script?!??! (Smilie)
you can just swich it yourself if you wish that (Smilie)
and
Why bash him like that if you're not helping?

I didn't "bash" him. It was a simple question, incase there was another was he could archive the same results.
[Image: awd.png]
Drawn into the darkness here with your eyes on the prize at stake.
Faint hearts on an endless path letting go of the ones we break.
06-22-2007 04:01 PM
Profile PM Find Quote Report
joey
Senior Member
****

Avatar
Epoc Faileur.

Posts: 734
Reputation: 26
33 / Other / Flag
Joined: Dec 2006
RE: req:when someone send message to me, i will change my status automatic appear offline
it just doesn't seem like a useful thing to have, let alone practical! :P

Break my heart all you want, i'm on the NHS.
ever wondered what it's like to ejaculate through your ears...? ;o
06-22-2007 04:11 PM
Profile E-Mail PM Web Find Quote Report
albert
Veteran Member
*****

Avatar

Posts: 2247
Reputation: 42
– / Male / Flag
Joined: Feb 2005
RE: req:when someone send message to me, i will change my status automatic appear offline
quote:
Originally posted by Matty
    function OnEvent_ChatWndReceiveMessage(_chat, _origin, _message, _messagekind){
        if (_origin === Messenger.MyName) {
            Messenger.MyStatus = 2;
        }
    }


Matty, 3 '='? :S
06-22-2007 05:18 PM
Profile E-Mail PM Web Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: req:when someone send message to me, i will change my status automatic appear off
quote:
Originally posted by alby
Matty, 3 '='? (Smilie)
In PHP this means that the types of the variables should also be the same.

so "2" === 2 should be false, while "2" ==  2 would be true.

I guess this is the same for Jscript

This post was edited on 06-22-2007 at 06:36 PM by Ezra.
[Image: 1-0.png]
             
06-22-2007 06:36 PM
Profile PM Web 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