Introduction
Introduction Statistics Contact Development Disclaimer Help
Add penis extension support to annna. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 3186035f4cd0b4d734c2c94ef3afb4ef193be65c
parent 99bafe57d4a0c0ea8e839b694e6cce83da3a67ce
Author: Annna Robert-Houdin <[email protected]>
Date: Sat, 22 May 2021 13:36:29 +0200
Add penis extension support to annna.
Diffstat:
M annna-message-common | 3 +++
A penis-extension | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -652,6 +652,9 @@ case "${text}" in
"${botname}, bonjour !")
annna-say -c "${channel}" "${user}, bonjour !"
;;
+"${botname}, please give me a penis extension.")
+ annna-say -c "${channel}" "${user}, here: $(penis-extension)"
+ ;;
"${botname}, please widen #"*|\
"${botname}, please thin #"*|\
"${botname}, please speedup #"*|\
diff --git a/penis-extension b/penis-extension
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+curl -s gopher://bitreich.org/1/penis \
+ | grep gopher:// \
+ | cut -f1 \
+ | cut -c 2-
+
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.