Call in a cancel meteor in case of cancelling. - annna - Annna the nice friendl… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 179d3d5337d403267a1f2aa436f70f9653f0d3c6 | |
parent 2107734634c98c9f1186ccd889a7766bd3f2896d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 11 Jun 2021 19:43:12 +0200 | |
Call in a cancel meteor in case of cancelling. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -486,7 +486,7 @@ case "${text}" in | |
*"ACTION cancels "*) | |
mobtarget="$(printf "%s\n" "${text}" | sed 's,.*ACTION cancels \(.*\)\… | |
cancel-target "${mobtarget}" | |
- annna-say -c "${channel}" "${user}, I cancelled ${mobtarget} for you." | |
+ annna-say -c "${channel}" "${user}, I cancelled ${mobtarget} for you. … | |
;; | |
"${botname}, please show me the mob"*|"${botname}, what are the mob"*) | |
canceluri="$(get-cancel-list)" |