Add semicolon missing from last patch. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit ad3d737f0390763d9a9c060f0bb139d3779863d4 | |
parent 189d98b009ac7f3a5c1321f6c9c9f2a8bc6df53f | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 17 Oct 2021 21:19:08 +0200 | |
Add semicolon missing from last patch. | |
Diffstat: | |
M annna-message-common | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -817,6 +817,7 @@ case "${text}" in | |
"${botname}, please pick one of: ") | |
pick="$(printf '%s\n' "${text}" | sed 's/.*please pick one of://' | tr… | |
annna-say -c "${channel}" "${user}, I think ${pick} is the best option… | |
+ ;; | |
"${botname}, please help.") | |
# Help Message. | |
# TODO: Add multiple line support to annna-say -c(1) with sleep. |