diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2022-06-22 23:51:59 +0430 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-22 20:58:14 +0100 |
commit | 8e26edc8de2bf723ee2effd11a1970ea67e2c907 (patch) | |
tree | 237ca8eb43b2b5a11745d3f981a164eec8ed8032 /Base | |
parent | eb02425ef9678c85ff0879503859de06d68fb484 (diff) | |
download | serenity-8e26edc8de2bf723ee2effd11a1970ea67e2c907.zip |
Base: Add a quote to the fortunes database
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/fortunes.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index 63927f568b..9a081ec6b9 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -242,5 +242,12 @@ "author": "Andrew Kaster", "url": "https://discord.com/channels/830522505605283862/831544568767578162/959571489076690994", "utc_time": 1648850070 + }, + { + "quote": "The Border Radii Trilogy: Book Three: Box-Shadows", + "author": "MacDue", + "url": "https://github.com/SerenityOS/serenity/pull/14343", + "utc_time": 1655726258, + "context": "We're not quite sure where the first two books are, but the third one was a $NEWSPAPER best-seller" } ] |