Allow more flexible simualtor arguments. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 2d17ac668e365cef5a93aa8a6e78eb8026097e75 | |
parent cde2c5e56c12b8a58bd63a772f1cfeaef8e556c4 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 11 Jan 2022 21:13:18 +0100 | |
Allow more flexible simualtor arguments. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -856,7 +856,7 @@ case "${text}" in | |
} & | |
exit 0 | |
;; | |
-"${botname}, please simulate "*" simulator") | |
+"${botname}, please simulate "*" simulator"*) | |
q="${text#* please simulate }" | |
q="${q% simulator*}" | |
outpath="/br/gopher/p/" |