On Wed, 2002-12-04 at 07:50, [EMAIL PROTECTED] wrote: > What would be the easy way to bypass the net_connect code, so that it > necessary protocol exhcnages could be done in the low-level CHAT > protocol module. There is still the concept of "connecting" to the > zephyr realm, so it makes sense to use /CONNECT to login to a Zephyr > server. It just doesn't involve a TCP connection.
Hmm. Well. I think the easiest solution would be to add "don't connect" flag to server_connect_rec. You'd then just grab the "server connecting" signal and do your own connecting.
