More agile AI optimisation for annna sandwich support. - annna - Annna the nice… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 656028ef62deb9179268f0144c56d926ed439ce3 | |
parent e291c055217a4690ae26a2d8e21fff5f8ab6804e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 28 Dec 2021 17:44:07 +0100 | |
More agile AI optimisation for annna sandwich support. | |
Diffstat: | |
M annna-message-common | 8 ++++---- | |
1 file changed, 4 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -769,16 +769,16 @@ case "${text}" in | |
"${botname}, please tell me who is your favourite pleasure man.") | |
annna-say -c "${channel}" "My favourite pleasure man is of course Gunt… | |
;; | |
-"${botname}, make me a sandwich") | |
+"${botname}, make me a sandwich"*) | |
annna-say -c "${channel}" "No." | |
;; | |
-"${botname}, sudo make me a sandwich") | |
+"${botname}, sudo make me a sandwich"*) | |
annna-say -c "${channel}" "Humans are no objects." | |
;; | |
-"${botname}, please make me a sandwich") | |
+"${botname}, please make me a sandwich"*) | |
annna-say -c "${channel}" "Maybe." | |
;; | |
-"${botname}, sudo please make me a sandwich") | |
+"${botname}, sudo please make me a sandwich"*) | |
annna-say -c "${channel}" "Here is your sandwich." | |
;; | |
"${botname}, bonjour !") |