diff options
| -rw-r--r-- | src/ngircd/numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/numeric.c b/src/ngircd/numeric.c index 74c5c12b..c3d94c3d 100644 --- a/src/ngircd/numeric.c +++ b/src/ngircd/numeric.c @@ -131,7 +131,7 @@ Announce_Server(CLIENT * Client, CLIENT * Server) if (Client_Hops(Server) == 1) c = Client_ThisServer(); else - c = Client_Introducer(Server); + c = Client_TopServer(Server); /* Inform new server about the one already registered in the network */ return IRC_WriteStrClientPrefix(Client, c, "SERVER %s %d %d :%s", |