Comment out parazyd services. All domains are unmaintained. - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit fc5f8edac0ff7f648df4110833c73c2e03c8cc4a
(DIR) parent 036448d332d30d28cb86683cc49d33c1d68a1fd2
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Sat, 1 Mar 2025 22:21:29 +0100
Comment out parazyd services. All domains are unmaintained.
Diffstat:
M annna-message-common | 33 +++++++++++++++++--------------
1 file changed, 18 insertions(+), 15 deletions(-)
---
(DIR) diff --git a/annna-message-common b/annna-message-common
@@ -183,13 +183,14 @@ case "${text}" in
urititle=""
fi
;;
- *themoviedb.org/movie/*)
- movietitle="$(themoviedb2gopherbay "${uri}" | sed 's, ,+,g')"
- if [ -n "${movietitle}" ];
- then
- nuris="gophers://bay.parazy.de:666/1/q.dcgi?${movietitle}"
- fi
- ;;
+ # bay.parazy.de is unmaintained
+ #*themoviedb.org/movie/*)
+ # movietitle="$(themoviedb2gopherbay "${uri}" | sed 's, ,+,g')"
+ # if [ -n "${movietitle}" ];
+ # then
+ # nuris="gophers://bay.parazy.de:666/1/q.dcgi?${movietitle}"
+ # fi
+ # ;;
*lichess.org/????????|*lichess.org/????????/|*lichess.org/????????/black|*lichess.org/????????/white)
nuris="$(printf "%s\n" "${uri}" \
| sed 's,https://lichess.org\(/[^ ]*\)$,\1,; s,^/\([^/]*\)/black$,/black/\1,; s,/white,,; s,\(.*\),https://lichess1.org/game/export/gif\1.gif?piece=pixel,;')"
@@ -525,10 +526,11 @@ case "${text}" in
dictserver="dict.org"
word="$(printf "%s\n" "${word}" | cut -c 9-)"
;;
- parazy.de*)
- dictserver="parazy.de"
- word="$(printf "%s\n" "${word}" | cut -c 10-)"
- ;;
+ # parazy.de is unmaintained
+ #parazy.de*)
+ # dictserver="parazy.de"
+ # word="$(printf "%s\n" "${word}" | cut -c 10-)"
+ # ;;
esac
dresult="$(dictcurl "${dictserver}" "" "${word}")"
@@ -1081,10 +1083,11 @@ case "${text}" in
annna-say -s "${server}" -c "${channel}" "${user}, I have no recommendation for you today."
fi
;;
-"${ircuser}, what's my future?")
- puri="$(sacc gopher://parazyd.org/0/tarot.cgi | /br/bin/bitreich-paste)"
- annna-say -s "${server}" -c "${channel}" "${user}, your future is here: ${puri}"
- ;;
+# parazyd.org is unmaintained
+#"${ircuser}, what's my future?")
+# puri="$(sacc gopher://parazyd.org/0/tarot.cgi | /br/bin/bitreich-paste)"
+# annna-say -s "${server}" -c "${channel}" "${user}, your future is here: ${puri}"
+# ;;
"${ircuser}, haha.")
{
# Can take long, so run in background.