Do not gophers:// filters, unless mpv knows gopher TLS. - 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 6a13763e91059b5d35babfb13af018f0a5776883
(DIR) parent a03a74b41eebedff43ce8ba91727f254ceb6ea8f
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Sun, 1 Jan 2023 00:04:55 +0100
Do not gophers:// filters, unless mpv knows gopher TLS.
Diffstat:
M annna-message-common | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/annna-message-common b/annna-message-common
@@ -964,7 +964,7 @@ case "${text}" in
if [ -s "${outpath}" ];
then
- annna-say -s "${server}" -c "${channel}" "${user}, gophers://bitreich.org/9/memecache/filter/${outfile}"
+ annna-say -s "${server}" -c "${channel}" "${user}, gopher://bitreich.org/9/memecache/filter/${outfile}"
exit 0
fi
@@ -997,7 +997,7 @@ case "${text}" in
if [ -s "${outpath}" ];
then
- annna-say -s "${server}" -c "${channel}" "${user}, gophers://bitreich.org/9/memecache/filter/${outfile}"
+ annna-say -s "${server}" -c "${channel}" "${user}, gopher://bitreich.org/9/memecache/filter/${outfile}"
fi
} &
exit 0