Remove one French space from the meme recommendation service. - 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 8d6f7aab180296e0ae9385862cc1c80fae32355c
 (DIR) parent 6c59e0c19fb8e49e319a5f0db504b29376b4740e
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sat,  6 Aug 2022 21:53:48 +0200
       
       Remove one French space from the meme recommendation service.
       
       Diffstat:
         M annna-message-common                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/annna-message-common b/annna-message-common
       @@ -1056,7 +1056,7 @@ do
                                | tr "\n" " ")"
                        if [ -n "${didyoumean}" ];
                        then
       -                        annna-say -c "${server}" -c "${channel}" "Did you mean: ${didyoumean} ?"
       +                        annna-say -c "${server}" -c "${channel}" "Did you mean: ${didyoumean}?"
                        fi
                fi
        done