Method code for $sys.parse_anon_user_class()

[Turn off line numbering]
  1: arg value, @args;
  2: 
  3: value = (> $object_lib.to_dbref(value) <);
  4: if (!value.is($user))
  5:     throw(~perm, value.namef('ref) + " is not a $user object.");
  6: if (!value.has_flag('command_cache))
  7:     throw(~perm, value.namef('ref) + " is not a command cache object.");
  8: return value;

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

the Cold Dark