port whoisport, ircv3_network_icon, profileLink, hidewhois (all config-driven)
This commit is contained in:
parent
f6fbff5270
commit
0d4c9297b5
5 changed files with 135 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue