Introduction
Introduction Statistics Contact Development Disclaimer Help
Add bobbitize service. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit ccd677f9b1d1404c07ce3e38496460db01020b74
parent ab1cdf1945c87b2b4225e0c61d8bac4bbb3628fc
Author: Annna Robert-Houdin <[email protected]>
Date: Tue, 6 May 2025 20:39:36 +0200
Add bobbitize service.
Diffstat:
M annna-message-common | 3 +++
A bobbitize | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1493,6 +1493,9 @@ case "${text}" in
"${ircuser}, please give me a penis extension.")
annna-say -s "${server}" -c "${channel}" "${user}, here: $(penis-exten…
;;
+"${ircuser}, please bobbitize extension.")
+ annna-say -s "${server}" -c "${channel}" "${user}, here: $(bobbitize)"
+ ;;
"${ircuser}, please give me a baguette extension.")
annna-say -s "${server}" -c "${channel}" "${user}, here: $(baguette-ex…
;;
diff --git a/bobbitize b/bobbitize
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+curl -s gophers://bitreich.org/1/bobbit \
+ | grep gophers:// \
+ | 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.