From: Kevin L. Mitchell Date: Wed, 25 Jul 2001 23:59:45 +0000 (+0000) Subject: Author: Kev X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=commitdiff_plain;h=9536773835f6728b1304517df9701013bf8b7075 Author: Kev Log message: Pretty up version reports in /trace when we've got debugging set up. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@536 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ChangeLog b/ChangeLog index c4f4fa2..5eafea8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-07-25 Kevin L. Mitchell + + * ircd/s_err.c: put in a . for reporting link version on /trace, + to match what /version does + 2001-07-21 Kevin L. Mitchell * ircd/s_misc.c (exit_client): servers don't understand what the diff --git a/ircd/s_err.c b/ircd/s_err.c index 837952b..a08fbd3 100644 --- a/ircd/s_err.c +++ b/ircd/s_err.c @@ -432,7 +432,7 @@ static Numeric replyTable[] = { /* 199 */ { 0 }, /* 200 */ - { RPL_TRACELINK, "Link %s%s %s %s", "200" }, + { RPL_TRACELINK, "Link %s.%s %s %s", "200" }, /* 201 */ { RPL_TRACECONNECTING, "Try. %d %s", "201" }, /* 202 */