mIRC Home    About    Download    Register    News    Help

Print Thread
#14636 09/03/03 01:16 AM
Joined: Jan 2003
Posts: 40
V
Ameglian cow
OP Offline
Ameglian cow
V
Joined: Jan 2003
Posts: 40
alias away2 {echo -s se ha conectao | .set %horaconect $time | timer 0 500 /$me 0,7 away

alias back2 {.timer off | .set %horavuelta $time | echo -s ha vuelto en %suma}

the two variables ,i use are %timeconect y %timeback

and i want use something like this

return from away .... %back %timeconect y %timeback

how can i do it

thnx


#14637 09/03/03 01:26 AM
Joined: Dec 2002
Posts: 270
N
Fjord artisan
Offline
Fjord artisan
N
Joined: Dec 2002
Posts: 270
alias away2 {
away away
echo -s se ha conectao
.set %horaconect $ctime
timeraway 0 500 /me 0,7 away
}
alias back2 {
away
timeraway off
/me 0,7 Back --> Left On: $asctime(%horaconect) Gone For --> $duration($calc($ctime - %horaconect))
unset %horaconect
}

Result:

<markes as away>
/me away every 500 second

<marked as back>
/me back Left On --> Sat Mar 08 21:24:27 2003 Gone For --> 3hrs 5mins 23secs




Note: This Is just an example of the MANY MANY ways you can acheive what your trying to do, i just used something as similar to what you wrote just to try and make it easier for you to understand wink


Link Copied to Clipboard