mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 10:06:37 +02:00
420eb2ffb6
just like client->user is set if the client is a user. Rename client->srvptr to client->uplink: this is the uplink that the client is connected to. If the client is a user then it is set to the server that the client is connected to, if the client is a server then it is set to the server that the server is connected to (the.. tadah.. uplink). For local clients it is always set to &me.