URI: 
       Personalize horoscopes. - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
   DIR commit 4b16b844f7ad79eb040a3ad97dbc038ad353b240
   DIR parent 3d143f7e9b3ca05c05e6cd2ab4606da43ac25c78
  HTML Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Sun, 16 Feb 2020 22:08:57 +0100
       
       Personalize horoscopes.
       
       Diffstat:
         M annna-start-services                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/annna-start-services b/annna-start-services
       @@ -237,7 +237,7 @@ then
                        if [ "${text}" = "${botname}, what's my horoscope?" ];
                        then
                                horostr="$($HOME/scm/bullshit/horoscope)"
       -                        annna-say -c "#bitreich-en" "${horostr}"
       +                        annna-say -c "#bitreich-en" "${user}, ${horostr}"
                                continue;
                        fi