Method code for $daemon.parse_connection_setting()

[Turn off line numbering]
  1: arg value, @args;
  2: var obj;
  3: 
  4: obj = (> $object_lib.to_dbref(value) <);
  5: if (!obj.is($connection))
  6:     throw(~perm, "Connection object must be descended from $connection.");
  7: return obj;

// Created 22-Aug-1995 as a part of ColdCore, see: @help Credit

Tlon