Optimize girlfriend refuse selection. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 27097b46153f8874c78c18266077b587c4e6504e | |
parent 571482da2a06ecb894e4a48789186d7318c433e8 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 6 Feb 2021 23:57:03 +0100 | |
Optimize girlfriend refuse selection. | |
Diffstat: | |
M girlfriend | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/girlfriend b/girlfriend | |
@@ -3,6 +3,7 @@ | |
# she likes you... as a friend | |
# | |
-response="not, here not now, please\nI'm just not ready for such a commitment\… | |
+response="Not, here not now, please.\nI'm just not ready for such a commitment… | |
+ | |
+printf "$response" | shuf -n 1 | |
-echo $response | sort -R | sed 1q |