Add I don't care reactions to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a74c57a9345d3f6a8c4368f53231f85cd29595f4 | |
parent 51b40ad3f37632d9ba884e43e6a4714bdc44eda5 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 22 Dec 2021 12:44:32 +0100 | |
Add I don't care reactions to annna. | |
Diffstat: | |
M annna-message-common | 7 ++++++- | |
A modules/i-dont-care/i-dont-care.txt | 30 ++++++++++++++++++++++++++++++ | |
2 files changed, 36 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -7,8 +7,9 @@ set -x | |
export PATH="/br/bin:$PATH" | |
-modbase="/home/annna/bin/modules/" | |
+modbase="/home/annna/bin/modules" | |
hashtagfile="${modbase}/hashtags/hashtags.txt" | |
+idontcaredb="${modbase}/i-dont-care/i-dont-care.txt" | |
printnhashtags=2 | |
botname="annna" | |
brmembers="__20h__ Evil_Bob chripo posativ quinq stateless solene josuah paraz… | |
@@ -197,6 +198,10 @@ case "${text}" in | |
esac | |
case "${text}" in | |
+*"don't care"*) | |
+ dontcaresay="$(shuf -n 1 ${idontcaredb})" | |
+ annna-say -c "${channel}" "${user}, ${dontcaresay}" | |
+ ;; | |
"${botname}, how can I phlog on bitreich?") | |
annna-say -c "${channel}" "${user}, please read: gopher://bitreich.org… | |
;; | |
diff --git a/modules/i-dont-care/i-dont-care.txt b/modules/i-dont-care/i-dont-c… | |
@@ -0,0 +1,30 @@ | |
+It's sausage to me. (German) | |
+I care a cucumber. (Spanish) | |
+It can oxidize on my anus. (Dutch) | |
+I slap my balls on it. (French) | |
+It interests me as much as a kilogram of shit. (Finnish) | |
+Flowers on my dick and bees all around. (Greek) | |
+I'm painting my balls with the brush of indifference. (French) | |
+I don't give a rat's arse. (International) | |
+It interests my grandma. (Hebrew) | |
+Narrate that to a tortoise. (Filipino) | |
+Give me more news of the chaplin. (Icelandic) | |
+I will talk about it with my horse. (Italian) | |
+Even the dog is uninterested. (Hungarian) | |
+I don't give a flying fig. (United Kingdom) | |
+I don't give a cabbage. (Italy) | |
+I don't give a watercress. (Cuba) | |
+I don't care a potato. (Wales) | |
+This is blood pudding to me. (Austria) | |
+That's plum butter to me. (Austria) | |
+I'm shitting and walking. (Brazil) | |
+I care shit about it. (Polish) | |
+It does not rub me a dick. (Italian) | |
+I write it on my old shoes. (Greek) | |
+I don't give a nail. (Greek) | |
+I don't give a Franc. (French) | |
+The mare had a bowel movement in the prairie. (Greek) | |
+I'll have my cat cry over this. (Greek) | |
+I put my cock on it. (Hebrew) | |
+Dump it in the stove. (Hindi) | |
+Let it go in the flood. (Hindi) |