Fix minus-beginning results in wolfram request. - annna - Annna the nice friend… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit cd6349b1a04e1d625a31093aabbed08290baf337 | |
parent cb03aafcd4ea6f6a43c07c7ad59cc529ca4c57a9 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 24 Oct 2021 17:03:39 +0200 | |
Fix minus-beginning results in wolfram request. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -433,7 +433,7 @@ case "${text}" in | |
else | |
puri="No matches found." | |
fi | |
- annna-say -c "${channel}" "${puri}" | |
+ annna-say -c "${channel}" -- "${puri}" | |
;; | |
"${botname}, pray"*) | |
# Emulate https://threats.kaspersky.com/en/threat/IRC-Worm.DOS.Septic/ |