Fix redundant pattern. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 32fcf4d85d3eef8eda0608c91bb76bcc6992984f | |
parent 315430ad3cb40801566eb1bf9323dd55cec907c8 | |
Author: eidolon <[email protected]> | |
Date: Sat, 26 Aug 2023 22:44:47 -0400 | |
Fix redundant pattern. | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -304,7 +304,7 @@ case "${text}" in | |
"love") | |
puri="$(clippy-say "Baby don't hurt me no more!")" | |
;; | |
- "my horoscope") | |
+ "my future") | |
puri="$(clippy-say "Did you mean _what's my horoscope?_?")" | |
;; | |
"my horoscope") |