From 99d65253797a3c3ccca0aeb9e1ab0337ad495376 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 8 Aug 2022 21:35:10 +0200 Subject: [PATCH] refactored ungabunga because it actually works now --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index e6892c6..3acb53f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,6 +84,7 @@ fn ungabunga(txt: &str) -> String { match txt { "hello" | "hi" | "hey" => return "https://nohello.com".to_string(), "help" | "can anyone help?" | "helppp" => return "https://dontasktoask.com".to_string(), + "arch btw" | "I use arch btw" => return "no one fucking cares".to_string(), _ => return "not pog".to_string(), }