MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

New LambdaCore: DBZ in $housekeeper:time



$housekeeper.time generates a traceback if this.clean is 0. I've changed the
code on my site as follows:

> 3:  return max(20 + $login:current_lag(), 3600 / length(this.clean));

< 3:  return max(20 + $login:current_lag(), (length(this.clean) ? 3600 /
length(this.clean) | 0));

Later,

<SS>

{ssayer@hijinx.com | ssayer@rust.net | ssayer@umcc.umich.edu}
    Sysop, Hijinx - 28.8,N,8,1 - Data & Fax: 313-747-8352
 Those with webbed fingers try <http://www.rust.net/~ssayer>




Home | Subject Index | Thread Index