Implement credit score. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a864e6a2bc14e997b4e537b187e033e2dceaf25f | |
parent 2ddc0cc0f5f2bb40616fa9d8e2b881123bf66013 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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… | |
;; | |
+"${ircuser}, what is my credit score?") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, your credit score i… | |
+ ;; | |
"${ircuser}, please give me a cookie.") | |
cookie="$(cookie)" | |
if [ -n "${cookie}" ]; |