1
0
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:
Bram Matthys
2018-09-05 16:24:08 +02:00
parent 107d8ccf6a
commit aa3e66bb5b
19 changed files with 225 additions and 210 deletions
+2 -2
View File
@@ -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)))