Make the score explicit for brcon. - annna - Annna the nice friendly bot. HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/ DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 78c31380662686007d37799dd9bc93dd3e7778ce DIR parent 5cb396e54eac359df747272214802b0179f09c90 HTML Author: Annna Robert-Houdin <annna@bitreich.org> 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(-) --- DIR 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: ${scoretext}" + annna-say -s "${server}" -c "${channel}" "brcon score: ${scoretext}" fi ;; esac