Mark fallback in annna-message-common. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e23605c8756b2202e45da07c70b1ec049265c8c6 | |
parent 6527e25f91eb4aa2ac91da5bafc020c786f99983 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 24 Dec 2021 12:51:53 +0100 | |
Mark fallback in annna-message-common. | |
Diffstat: | |
M annna-message-radio | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-radio b/annna-message-radio | |
@@ -23,6 +23,7 @@ case "${text}" in | |
"${botname}, please help.") | |
annna-say -c "${user}" "»next please.« gets the playlist further, ${… | |
annna-say -c "${user}" "»please help.« gives you this help listing, … | |
+ # Fall back to annna-message-common help message. | |
;; | |
esac | |