From d9ef86387d4dd129e51111d7f984d84f9d922ba6 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 1 Jan 2025 22:27:00 +0100 Subject: [PATCH] add new, depressing welcome message inspired by https://furry.engineer/@nil/113755060125563709 --- crates/app/src/welcome_msg.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crates/app/src/welcome_msg.rs b/crates/app/src/welcome_msg.rs index a3e15a3..63b7601 100644 --- a/crates/app/src/welcome_msg.rs +++ b/crates/app/src/welcome_msg.rs @@ -13,4 +13,10 @@ pub fn print_startup_msg() { } else { println!("Hello, thanks for using iOwO! :3"); } + if now.year() >= 2100 { + println!("Is your system time set correctly? If yes, ... wow, humanity still exists! :0"); + println!( + "Given current politics, I'm surprised we as a species made it another 75 years..." + ); + } }