Make the score explicit for brcon. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 78c31380662686007d37799dd9bc93dd3e7778ce | |
parent 5cb396e54eac359df747272214802b0179f09c90 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 2 Aug 2024 09:17:23 +0200 | |
Make the score explicit for brcon. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1508,7 +1508,7 @@ case "${text}" in | |
scoretext="$(brcon-score "${text}")" | |
if [ -n "$scoretext" ]; | |
then | |
- annna-say -s "${server}" -c "${channel}" "score: ${sco… | |
+ annna-say -s "${server}" -c "${channel}" "brcon score:… | |
fi | |
;; | |
esac |