Space is the new plus in gopherbay. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 5e8242a483bf77ea4b2b745024ad1a4bb456f307 | |
parent 13d409722b343bec7ebea91ddeff211f13e62883 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 14 Aug 2021 15:20:21 +0200 | |
Space is the new plus in gopherbay. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -89,7 +89,7 @@ case "${text}" in | |
fi | |
;; | |
*imdb.com/title/*) | |
- movietitle="$(imdb2gopherbay "${uri}")" | |
+ movietitle="$(imdb2gopherbay "${uri}" | sed 's, ,+,g')" | |
if [ -n "${movietitle}" ]; | |
then | |
nuris="gopher://bay.parazy.de:666/1/q.dcgi?${m… |