mIRC Homepage
Posted By: LO_KEY F-Serv Queuestion - 24/02/03 07:36 PM
Im makin my own f-serv, and need to figure out how to tell how much time is left between multiple sends so i can see which is gonna be done first to tell when the next send will send.


Thankx for any help givin. laugh
Posted By: Online Re: F-Serv Queuestion - 25/02/03 09:50 AM
These aliases return the number of seconds left for send/get:
Code:

alias tlsend return $int($calc(($send($1).size - $send($1).sent) / $send($1).cps))
alias tlget return $int($calc(($get($1).size - $get($1).rcvd) / $get($1).cps))


Examples: //echo -a $tlsend(someone), //echo -a $tlsend(2), //echo -a $tlget(1)
© mIRC Discussion Forums