fix: IRS -> Sermo
This commit is contained in:
parent
0498df9c03
commit
0682ff9ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pub async fn send_motd(
|
|||
writer: &mut BufWriter<TcpStream>,
|
||||
) -> Result<(), SenderError> {
|
||||
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!(
|
||||
"Welcome to the {} Internet Relay Chat Network {}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue