fix: IRS -> Sermo
All checks were successful
build / test-alpine (push) Successful in 50s
build / test-debian (push) Successful in 1m17s

This commit is contained in:
user0-07161 2026-02-15 21:37:32 +01:00
parent 0498df9c03
commit 0682ff9ff4

View file

@ -8,7 +8,7 @@ pub async fn send_motd(
writer: &mut BufWriter<TcpStream>, writer: &mut BufWriter<TcpStream>,
) -> Result<(), SenderError> { ) -> Result<(), SenderError> {
let user_info = user_info.unwrap_all(); let user_info = user_info.unwrap_all();
let server_version = &format!("IRS-v{}", env!("CARGO_PKG_VERSION")) as &str; let server_version = &format!("Sermo-v{}", env!("CARGO_PKG_VERSION")) as &str;
let welcome_text = format!( let welcome_text = format!(
"Welcome to the {} Internet Relay Chat Network {}", "Welcome to the {} Internet Relay Chat Network {}",