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 
|
|
06-22-2007 03:10 PM |
|
 |
joey
Senior Member
   

Epoc Faileur.
Posts: 734 Reputation: 26
34 / / 
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! 
|
|
06-22-2007 03:33 PM |
|
 |
Lux
Junior Member
 
=\
Posts: 91 Reputation: 7
– / / 
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?!??! 
you can just swich it yourself if you wish that 
and
quote: Originally posted by ICD
the purpose of wlm is that you talk to people!
|
|
06-22-2007 03:34 PM |
|
 |
matty
Scripting Guru
    
Posts: 8328 Reputation: 109
40 / / 
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 |
|
 |
Voldemort
Veteran Member
    

Posts: 3502 Reputation: 49
– / – / 
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!
|
|
06-22-2007 03:48 PM |
|
 |
Lux
Junior Member
 
=\
Posts: 91 Reputation: 7
– / / 
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 
|
|
06-22-2007 03:56 PM |
|
 |
Phillip
Senior Member
   

c11h15no2
Posts: 548 Reputation: 56
35 / / 
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]](http://img694.imageshack.us/img694/9826/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 |
|
 |
joey
Senior Member
   

Epoc Faileur.
Posts: 734 Reputation: 26
34 / / 
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! 
|
|
06-22-2007 04:11 PM |
|
 |
albert
Veteran Member
    

Posts: 2246 Reputation: 42
– / / 
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 '='? 
|
|
06-22-2007 05:18 PM |
|
 |
Ezra
Veteran Member
    

Forgiveness is between them and God
Posts: 1960 Reputation: 31
38 / / 
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.
|
|
06-22-2007 06:36 PM |
|
 |
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|