mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-09 01:43:12 +02:00
+s patch
This commit is contained in:
@@ -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
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user