Introduction
Introduction Statistics Contact Development Disclaimer Help
Add gopher man support. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit e28d72e2ba50f4957d00d0e8bed37f779c93b293
parent e32346f0f09b4a119f06856a3212d73bfee52207
Author: Annna Robert-Houdin <[email protected]>
Date: Wed, 26 Mar 2025 16:50:44 +0100
Add gopher man support.
Diffstat:
A gopherman-news | 15 +++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/gopherman-news b/gopherman-news
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+channel="irc.libera.chat/#gopherproject"
+#channel="#bitreich-meme"
+
+export PATH="$PATH:/home/annna/bin"
+
+gophermannews="$(gpt 'Please write a short phrase beginning with "Gopher Man d…
+
+if [ -n "${gophermannews}" ];
+then
+ annna-say -c "${channel}" "NEWS: ${gophermannews}"
+fi
+
+
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.