Annna is not a consumer device. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit af34952c8eec82a609f56229c0a6ff6d2db2895b | |
parent c0dcfc961aec982153a9db46061e0052c4f99c3f | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 5 Jun 2020 20:24:28 +0200 | |
Annna is not a consumer device. | |
Diffstat: | |
M annna-start-services | 6 ++++++ | |
1 file changed, 6 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -270,6 +270,12 @@ annna_common() { | |
esac | |
case "${text}" in | |
+ "Ok, ${botname}"*) | |
+ annna-say -c "${channel}" "${user}, I am not a consumer device… | |
+ ;; | |
+ "ok, ${botname}"*) | |
+ annna-say -c "${channel}" "${user}, I am not a consumer device… | |
+ ;; | |
"${botname}, please shoot "*) | |
word="$(printf "%s\n" "${text}" | cut -c 21-)" | |
annna-say -c "${channel}" "${word}, pew pew." |