Change karma IRC output to static page as per user request. - 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 f57e2824b0ae506add21575193e1dbb06a24424b DIR parent b28f39ed7123e2508998ce22df1f321ab625f284 HTML Author: Annna Robert-Houdin <annna@bitreich.org> Date: Sat, 15 Jan 2022 20:29:10 +0100 Change karma IRC output to static page as per user request. Thanks IanJ for the hint. Diffstat: M annna-message-common | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- DIR diff --git a/annna-message-common b/annna-message-common @@ -202,8 +202,7 @@ case "${text}" in karma "${text}" ;; "${botname}, what the karma?") - karmapaste="$(karma | bitreich-paste)" - annna-say -s "${server}" -c "${channel}" "${user}, ${karmapaste}" + annna-say -s "${server}" -c "${channel}" "${user}, gopher://bitreich.org/1/irc/karma" ;; *"don't care"*) dontcaresay="$(shuf -n 1 ${idontcaredb})"