Introduction
Introduction Statistics Contact Development Disclaimer Help
Add baguette extension. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 8ede2c250c8fd88b6ebd94990d90ff7ae7195a61
parent 5fc52e24820777582c5f3792233ccd98450356ba
Author: Annna Robert-Houdin <[email protected]>
Date: Sat, 10 Aug 2024 15:38:45 +0200
Add baguette extension.
Diffstat:
M annna-message-common | 3 +++
A baguette-extension | 7 +++++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/annna-message-common b/annna-message-common
@@ -1077,6 +1077,9 @@ case "${text}" in
"${ircuser}, please give me a penis extension.")
annna-say -s "${server}" -c "${channel}" "${user}, here: $(penis-exten…
;;
+"${ircuser}, please give me a baguette extension.")
+ annna-say -s "${server}" -c "${channel}" "${user}, here: $(baguette-ex…
+ ;;
"${ircuser}, please pull my finger.")
annna-say -s "${server}" -c "${channel}" "${user}, you are disgusting."
;;
diff --git a/baguette-extension b/baguette-extension
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+curl -s gophers://bitreich.org/1/baguette \
+ | 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.