From 6313bb1540200786ccaac54d57574cfe90d5c5af Mon Sep 17 00:00:00 2001 From: Supakornn Date: Fri, 7 Mar 2025 15:40:33 +0700 Subject: [PATCH] Add funny quotes --- src/tui.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tui.rs b/src/tui.rs index 8162070da..1d7cd3a52 100644 --- a/src/tui.rs +++ b/src/tui.rs @@ -97,6 +97,7 @@ macro_rules! funny_opening { "RustScan: Exploring the digital landscape, one IP at a time.", "TreadStone was here 🚀", "With RustScan, I scan ports so fast, even my firewall gets whiplash 💨", + "Scanning ports so fast, even the internet got a speeding ticket!", ]; let random_quote = quotes.choose(&mut rand::rng()).unwrap();