Method code for $root.del_flag()

[Turn off line numbering]
  1: arg flag;
  2: 
  3: (> .perms(sender(), 'manager) <);
  4: (> $sys.touch('coreok) <);
  5: if (flag == 'core && !$sys.writable_core())
  6:     throw(~perm, this() + " is a core object, and the core isn't writable.");
  7: 
  8: // let them add any flag they want
  9: flags = (flags || []).setremove(flag);

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

the Cold Dark