Change karma IRC output to static page as per user request. - annna - Annna the… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit f57e2824b0ae506add21575193e1dbb06a24424b | |
parent b28f39ed7123e2508998ce22df1f321ab625f284 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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.o… | |
;; | |
*"don't care"*) | |
dontcaresay="$(shuf -n 1 ${idontcaredb})" |