mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 07:46:38 +02:00
9b15c758cd
/** Calculate the cloaked host for a client. * @param client The client * @param curr The real host or real IP * @param buf Buffer to store the new cloaked host in * @param buflen Length of the buffer (should be HOSTLEN+1) */ void make_cloakedhost(Client *client, char *curr, char *buf, size_t buflen)