mIRC Home    About    Download    Register    News    Help

Print Thread
#27299 31/05/03 07:01 PM
Joined: May 2003
Posts: 2
J
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: May 2003
Posts: 2
Hello,

here's my little question.
I want to get the timestamp state of the window from where a event trigered.

i tried lot of things like :
/scid $cid { if ( $window($chan).stamp ) {
but it don't work for query ...

I'm sure the answer is in $wid but i really can't find a way to use that .

Sorry for my really bad english.
And thanks for your answer.

#27300 31/05/03 10:24 PM
Joined: Dec 2002
Posts: 699
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 699
Code:
on *:text:*:?:echo $nick * Timestamp: $window($nick).stamp

#27301 31/05/03 11:07 PM
Joined: May 2003
Posts: 2
J
Bowl of petunias
OP Offline
Bowl of petunias
J
Joined: May 2003
Posts: 2
Thanks for your answer i was willing to do all the stuff in a function but i realize that i must separate all case and test/add the timestamp directly in the events.



Link Copied to Clipboard