Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / ircd / s_serv.c
index f66cf0d01fa5a995e5596c0681397a3e7a87f04c..5ed58e40239e0bc17b686321eeb45839705798df 100644 (file)
@@ -231,7 +231,7 @@ int server_estab(struct Client *cptr, struct ConfItem *aconf)
       sendcmdto_one(cli_user(acptr)->server, CMD_NICK, cptr,
                    "%s %d %Tu %s %s %s%s%s%s %s%s :%s",
                    cli_name(acptr), cli_hopcount(acptr) + 1, cli_lastnick(acptr),
-                   cli_user(acptr)->username, cli_user(acptr)->host,
+                   cli_user(acptr)->username, cli_user(acptr)->realhost,
                    *s ? "+" : "", s, *s ? " " : "",
                    inttobase64(xxx_buf, ntohl(cli_ip(acptr).s_addr), 6),
                    NumNick(acptr), cli_info(acptr));