fix: list ix as usermodes
All checks were successful
build / test-alpine (push) Successful in 50s
build / test-debian (push) Successful in 1m11s

This commit is contained in:
user0-07161 2026-02-15 21:26:42 +01:00
parent b8699205cd
commit 0498df9c03

View file

@ -18,7 +18,7 @@ pub async fn send_motd(
"Your host is {}, running version {}",
server_info.server_hostname, server_version
);
let myinfo_text = format!("{} {} i b", server_info.server_hostname, server_version);
let myinfo_text = format!("{} {} ix b", server_info.server_hostname, server_version);
let isupport_text = format!(
"CHANTYPES=# NETWORK={} :are supported by this server",
server_info.network_name