Personalize horoscopes. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4b16b844f7ad79eb040a3ad97dbc038ad353b240 | |
parent 3d143f7e9b3ca05c05e6cd2ab4606da43ac25c78 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sun, 16 Feb 2020 22:08:57 +0100 | |
Personalize horoscopes. | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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 | |