From 129ce27f255caca99934fde2149d627b5c805189 Mon Sep 17 00:00:00 2001 From: poly Date: Sun, 29 Sep 2024 18:37:08 +0200 Subject: [PATCH] gibihm mehr funsies --- src/config.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.c b/src/config.c index aaf5e5a..58363f7 100644 --- a/src/config.c +++ b/src/config.c @@ -105,6 +105,11 @@ char *lines[] = { "rm -r f/" "is it real if u can't lick it?", "Piracy Policy", + "Remember to hydrate! :3", + "The jank is part of the flair", + "Datenelch is watching you", + "say gex? :3" + }; const size_t num_lines = sizeof(lines)/sizeof(*lines);