port whoisport, ircv3_network_icon, profileLink, hidewhois (all config-driven)

This commit is contained in:
Jean Chevronnet 2026-08-09 08:33:56 +00:00
parent f6fbff5270
commit 0d4c9297b5
5 changed files with 135 additions and 13 deletions

View file

@ -447,6 +447,14 @@ impl Server {
self.network
),
);
// ircv3_network_icon: advertise draft/ICON when configured
if !self.network_icon.is_empty() {
self.numeric(
uid,
RPL_ISUPPORT,
&format!("ICON={} :are supported by this server", self.network_icon),
);
}
self.numeric(
uid,
RPL_LUSERCLIENT,