Manilownut commented on a mIRC Script, DCC Send/Receive Tracker Window  -  Nov 16, 2015

Line 24 on this script has an error. The original line reads
else aline - $+ $iif(!%dccresulthoff,h,) $+ p @DCC Results $+ $network $asctime(HH:nn:ss) $+(14,$nick,,:) $iif($1 == send,11Send Complete,10Send Failed) $send(-1).file ( $+ $duration($send(-1).secs,3) $round($calc( ( $send(-1).rcvd - $send(-1).resume ) / 1024 / $send(-1).secs ),1) KB/Sec $+ )

The corrected line should be as follows:
else aline - $+ $iif(!%dccresulthoff,h,) $+ p @DCC Results $+ $network $asctime(HH:nn:ss) $+(14,$nick,,:) $iif($1 == send,11Send Complete,10Send Failed) $send(-1).file ( $+ $duration($send(-1).secs,3) $round($calc( ( $send(-1).sent - $send(-1).resume ) / 1024 / $send(-1).secs ),1) KB/Sec $+ )
halt
replacing .rcvd with .sent

pball  -  Apr 11, 2016

Thanks for pointing that out, funny I never noticed that during testing or the 4.5 or so years I've had it.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.