From 261a49eba2d4afb6aacca2f0ab82b9cf595247c2 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 1 Oct 2002 23:53:49 +0000 Subject: [PATCH] +s patch --- Changes | 5 +++++ src/ircd.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 18ec3d5c0..14db51464 100644 --- a/Changes +++ b/Changes @@ -700,3 +700,8 @@ Fixed m_who bug displaying channels when it isn't supposed to, thanks to frozen --Luke =================================== + +Fixed issue with server IP addresses being +shown to normal +s lusers (thanks to MrAllthat) +--Luke +=================================== diff --git a/src/ircd.c b/src/ircd.c index 4d5276b50..ecd00da9a 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -483,7 +483,7 @@ static TS try_connections(currenttime) } if (connect_server(con_conf, (aClient *)NULL, (struct hostent *)NULL) == 0) - sendto_ops("Connection to %s[%s] activated.", + sendto_realops("Connection to %s[%s] activated.", con_conf->name, con_conf->host); } Debug((DEBUG_NOTICE, "Next connection check : %s", myctime(next)));