Implement credit score. - 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 a864e6a2bc14e997b4e537b187e033e2dceaf25f DIR parent 2ddc0cc0f5f2bb40616fa9d8e2b881123bf66013 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Tue, 27 Aug 2024 20:12:50 +0200 Implement credit score. Diffstat: M annna-message-common | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- DIR diff --git a/annna-message-common b/annna-message-common @@ -1419,6 +1419,9 @@ case "${text}" in "${ircuser}, how many fucks were given?") annna-say -s "${server}" -c "${channel}" "${user}, current fucks given: 0.0" ;; +"${ircuser}, what is my credit score?") + annna-say -s "${server}" -c "${channel}" "${user}, your credit score is 0." + ;; "${ircuser}, please give me a cookie.") cookie="$(cookie)" if [ -n "${cookie}" ];