1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 07:13:12 +02:00

hideserver::disable-links did did not disable /LINKS.

Reported by Apocalypse32 in https://bugs.unrealircd.org/view.php?id=5753
Probably since 5.0.0, due to my mass command api changes.
This commit is contained in:
Bram Matthys
2020-09-26 12:16:17 +02:00
parent a02f94f867
commit 02f0d059c5
+1
View File
@@ -374,6 +374,7 @@ CMD_OVERRIDE_FUNC(override_links)
sendnotice(client, "%s", Settings.links_deny_message);
else
sendnumeric(client, RPL_ENDOFLINKS, "*");
return;
}
list_for_each_entry(acptr, &global_server_list, client_node)