mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-10 09:43:12 +02:00
We now use standard formatted messages for all K-Lines, G-Lines and
any other bans that will cause the user to be disconnected. For technical details see the banned_client() function. It's likely I made some mistakes somewhere => testing required!!
This commit is contained in:
@@ -688,8 +688,8 @@ CMD_FUNC(m_server_remote)
|
||||
acptr->serv->up = find_or_add(acptr->srvptr->name);
|
||||
SetServer(acptr);
|
||||
ircd_log(LOG_SERVER, "SERVER %s (from %s)", acptr->name, acptr->srvptr->name);
|
||||
/* Taken from bahamut makes it so all servers behind a U:lined
|
||||
* server are also U:lined, very helpful if HIDE_ULINES is on
|
||||
/* Taken from bahamut makes it so all servers behind a U-Lined
|
||||
* server are also U-Lined, very helpful if HIDE_ULINES is on
|
||||
*/
|
||||
if (IsULine(sptr)
|
||||
|| (Find_uline(acptr->name)))
|
||||
|
||||
Reference in New Issue
Block a user