1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 01:43:12 +02:00
This commit is contained in:
luke
2002-10-01 23:53:49 +00:00
parent dc61fc74ca
commit 261a49eba2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
===================================
+1 -1
View File
@@ -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)));