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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user