From 6f735e1850068801c84fe58a8327799cf697fbaf Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Tue, 24 Apr 2001 01:17:14 +0000 Subject: [PATCH] Author: Kev Log message: I noticed that the netsplit server notice used comment1 instead of refering to the servers directly, with the anticipated--and confusing--results. Now fixed. (pull-up from u2.10.10.pl14) git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@438 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 3 +++ ircd/s_misc.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b371124..7a8e211 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-23 Kevin L. Mitchell + * ircd/s_misc.c (exit_client): make netsplit server notice say the + right thing + * ircd/m_links.c (m_links_redirect): forward-port RPL_ENDOFLINKS change to make Khaled happy... diff --git a/ircd/s_misc.c b/ircd/s_misc.c index a217075..aafdb25 100644 --- a/ircd/s_misc.c +++ b/ircd/s_misc.c @@ -462,8 +462,8 @@ int exit_client(struct Client *cptr, /* Connection being handled by sendto_opmask_butone(0, SNO_OLDSNO, "Received SQUIT %s from %s :", cli_name(victim), IsServer(killer) ? cli_name(killer) : get_client_name(killer, HIDE_IP)); - sendto_opmask_butone(0, SNO_NETWORK, "Net break: %s (%s)", comment1, - comment); + sendto_opmask_butone(0, SNO_NETWORK, "Net break: %C %C (%s)", + cli_serv(victim)->up, victim, comment); } /* -- 2.20.1