Switch to edit mode.
Name(s): start_hybridlink1: caller_perms().wizard || raise(E_PERM)
2: this.connections = {}
3: if (this.listen_port)
4: listen(this, this.listen_port, 0)
5: endif
6: for connection in (this.connect_to)
7: canon = open_network_connection(@connection)
8: this.connections = {@this.connections, canon}
9: notify(canon, "@@ " + $network.moo_name)
10: suspend(0)
11: endfor
12: "Last modified by {list} (#9895) on Mon Jul 9 15:40:48 2001 MDT."