/proc/link(url)
Arguments:
url: Where the user should be connected to.
Unimplemented 🏗️
In the OpenDream implementation of DreamMaker, this proc is marked as unimplemented.

This is combined with the << output operator to send a link to a client. This will open in the user's browser.

Never Implemented ⛔
In the OpenDream implementation of DreamMaker, this feature will not be implemented:
In BYOND, a BYOND server address can be provided. This will disconnect and reconnect the user to the provided world, eg:
user << link("byond://address:port")