diff options
author | Andinus <andinus@nand.sh> | 2020-08-28 00:15:55 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-28 00:15:55 +0530 |
commit | f324792bc402ab41b201a4d822bb2d4bffb850fd (patch) | |
tree | 4605e30d15c1c3b5d1fd03bd9797fef0554c86e7 | |
parent | 9f5b5e75fa0aac8a9e7cedb5d04d83c2aa83fce1 (diff) | |
download | lyra-f324792bc402ab41b201a4d822bb2d4bffb850fd.tar.gz |
Add levonk's quotes
-rwxr-xr-x | lyra.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lyra.pl b/lyra.pl index a86345d..6f86abc 100755 --- a/lyra.pl +++ b/lyra.pl @@ -55,6 +55,11 @@ my %fortunes = ( => "http://katspace.com/fandom/quotes/book", "katspace_quotes" => "http://katspace.com/fandom/quotes/quotes", + + # levonk quotes (had starred kirch's fortunes repo, checked + # profile & found this). + "levon" + => "https://raw.githubusercontent.com/levonk/fortune/master/levonkquotes", ); if ( $ARGV[0] ) { |