req:when someone send message to me, i will change my status automatic appear offline |
Author: |
Message: |
akyyy
Junior Member
![*](images/star.gif) ![*](images/star.gif)
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](images/smilies/msn_confused.gif)
|
|
06-22-2007 03:10 PM |
|
![](images/pixel.gif) |
joey
Senior Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=63435-5497)
Epoc Faileur.
Posts: 734 Reputation: 26
34 / / ![Lao People's Democratic Republic Flag](images/flags/la.png)
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](images/smilies/msn_tongue.gif)
|
|
06-22-2007 03:33 PM |
|
![](images/pixel.gif) |
Lux
Junior Member
![*](images/star.gif) ![*](images/star.gif)
=\
Posts: 91 Reputation: 7
– / / ![Serbia Flag](images/flags/rs.png)
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](images/smilies/msn_confused.gif)
you can just swich it yourself if you wish that ![:D](images/smilies/msn_grin.gif)
and
quote: Originally posted by ICD
the purpose of wlm is that you talk to people!
|
|
06-22-2007 03:34 PM |
|
![](images/pixel.gif) |
matty
Scripting Guru
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
Posts: 8328 Reputation: 109
39 / / ![Canada Flag](images/flags/ca.png)
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 |
|
![](images/pixel.gif) |
Voldemort
Veteran Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](http://img222.imageshack.us/img222/532/mexicof.png)
Posts: 3502 Reputation: 49
– / – / ![Mexico Flag](images/flags/mx.png)
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 |
|
![](images/pixel.gif) |
Lux
Junior Member
![*](images/star.gif) ![*](images/star.gif)
=\
Posts: 91 Reputation: 7
– / / ![Serbia Flag](images/flags/rs.png)
Joined: May 2007
|
RE: req:when someone send message to me, i will change my status automatic appear offline
i did helped ![:|](images/smilies/msn_disappointed.gif)
told him to change his status by himself ![:P](images/smilies/msn_tongue.gif)
|
|
06-22-2007 03:56 PM |
|
![](images/pixel.gif) |
Phillip
Senior Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=52803-6870)
c11h15no2
Posts: 548 Reputation: 56
35 / / ![Australia Flag](images/flags/au.png)
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 |
|
![](images/pixel.gif) |
joey
Senior Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](avatar.php?uid=63435-5497)
Epoc Faileur.
Posts: 734 Reputation: 26
34 / / ![Lao People's Democratic Republic Flag](images/flags/la.png)
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](images/smilies/msn_tongue.gif)
|
|
06-22-2007 04:11 PM |
|
![](images/pixel.gif) |
albert
Veteran Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](images/avatars/clear_avatar.gif)
Posts: 2246 Reputation: 42
– / / ![Lebanon Flag](images/flags/lb.png)
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](images/smilies/msn_confused.gif)
|
|
06-22-2007 05:18 PM |
|
![](images/pixel.gif) |
Ezra
Veteran Member
![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif) ![*](images/star.gif)
![Avatar](http://tsdme.nl/yass/image/1-1.png)
Forgiveness is between them and God
Posts: 1960 Reputation: 31
37 / / ![The Netherlands Flag](images/flags/nl.png)
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 |
|
![](images/pixel.gif) |
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|