Add more exclusive natural language processing to annna for mobs. - annna - Ann… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 5321129a8ddacf468e0d7d2247a2baad567c3388 | |
parent f840d540a91475816fd0397a60a091816a14a0ef | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 16 Apr 2021 18:53:43 +0200 | |
Add more exclusive natural language processing to annna for mobs. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -484,7 +484,7 @@ case "${text}" in | |
cancel-target "${mobtarget}" | |
annna-say -c "${channel}" "${user}, I cancelled ${mobtarget} for you." | |
;; | |
-"${botname}, please show me the mob"*) | |
+"${botname}, please show me the mob"*|"${botname}, what are the mob"*) | |
canceluri="$(get-cancel-list)" | |
annna-say -c "${channel}" "${user}, ${canceluri}" | |
;; |