Fix girlfriend rejection. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1587c6ae59343182970dd23d4d0fe3f3a8f9daf2 | |
parent 27097b46153f8874c78c18266077b587c4e6504e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 6 Feb 2021 23:58:20 +0100 | |
Fix girlfriend rejection. | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -239,7 +239,7 @@ annna_common() { | |
;; | |
"${botname}, will you be my girlfriend?") | |
rejection="$(girlfriend)" | |
- annna-say -c "${channel}" "${user}, ${girlfriend}" | |
+ annna-say -c "${channel}" "${user}, ${rejection}" | |
;; | |
"${botname}, birp.") | |
birdname="$(bird-name)" |