girlfriend - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
girlfriend (215B) | |
--- | |
1 #!/bin/sh | |
2 # | |
3 # she likes you... as a friend | |
4 # | |
5 | |
6 response="not here, not now, please.\nI'm just not ready for such a comm… | |
7 | |
8 printf "$response" | shuf -n 1 | |
9 |