Method code for $outbound_connection<$root>.will_spawn()

[Turn off line numbering]
  1: arg who;
  2: 
  3: if (!.has_flag('fertile, who))
  4:     throw(~perm, .namef('ref) + " is not fertile or readable.");
  5: 
  6: // available quota?
  7: if (!who.quota_valid())
  8:     throw(~quota, "Sender does not have the available quota");

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

Tlon