Method code for $root.quota_valid()

[Turn off line numbering]
  1: if (quota_exempt)
  2:     return 1;
  3: if (!.is($user))
  4:     return 0;
  5: return .quota_byte_usage() < .quota();

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

the Cold Dark