MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
Byte Quota
Received-Date: Thu, 8 Feb 1996 17:55:16 -0800 (PST)
Posted-Date: Thu, 8 Feb 1996 17:55:08 -0800 (PST)
Date: Thu, 8 Feb 1996 13:57:33 PST
From: "Seth I. Rich" <sir@po.cwru.edu>
Sender: MOO-Cows-Errors@parc.xerox.com
Resent-Date: Thu, 08 Feb 1996 20:54:58 EST
Resent-From: clue-cows <nop@nop.com>
>$recycler:_create calls $quota_utils:bi_create which in turn calls
>$recycler:_create.
This shouldn't be happening, and in fact looks like a bug in
$quota_utils:bi_create. Try removing the "if (!who.wizard)..." part,
so it never talks to the recycler.
LambdaMOO was having trouble with people driving up max_object(),
which is why the .wizard check is in there. The two solutions to the
bug are to do as Seth says and just remove the .wizard part, or, if
you want to restrict users from driving up max_object(), to add a
check for the recycler being empty, that is
if (!who.wizard && $recycler.contents)
...
Judy Anderson yclept yduJ 'yduJ' rhymes with 'fudge'
yduJ@cs.stanford.edu (personal mail) yduJ@harlequin.com (work-related)
Join the League for Programming Freedom, lpf@uunet.uu.net
References:
Home |
Subject Index |
Thread Index