Add more clippy help to what is. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 15c912f904d795b1eac92f84f4104aa426c05784 | |
parent 8bfef905ebf7d96442724ead52371b2558491893 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 24 May 2020 19:01:38 +0200 | |
Add more clippy help to what is. | |
Diffstat: | |
M annna-start-services | 6 ++++++ | |
1 file changed, 6 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -144,6 +144,12 @@ annna_common() { | |
"my horoscope") | |
purl="$(clippy-say "Did you mean _what's my horoscope?… | |
;; | |
+ "my horoscope") | |
+ purl="$(clippy-say "Did you mean _what's my future?_?"… | |
+ ;; | |
+ "up") | |
+ purl="$(clippy-say "Did you mean _what's up?_?")" | |
+ ;; | |
*) | |
purl="" | |
dresult="$(dict "dict://parazyd.org/d:${word}")" |