Method code for $root.quota_valid()

[Turn on line numbering]
if (quota_exempt)
    return 1;
if (!.is($user))
    return 0;
return .quota_byte_usage() < .quota();

["// Created as a part of ColdCore, see: @help Credit"]

the Cold Dark