Method code for $root.set_quota_exempt()

[Turn on line numbering]
arg bool;

(> .perms(sender(), $user, @$sys.system(), $root) <);
if (bool)
    quota_exempt = 1;
else
    (| clear_var('quota_exempt) |);

// $#Edited: 03 Jul 97 05:14 $user_bruce
// $#Edited: 19 Oct 98 10:34 $user_bruce

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

the Cold Dark