Adding #future-mistakes tag. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 03a116d4179a0502cf3b36244c46d4a83e8615e7 | |
parent eb6126d691ef986802b48ab1db7b664b54c5aa31 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 25 Feb 2023 09:01:44 +0100 | |
Adding #future-mistakes tag. | |
Diffstat: | |
M annna-channel-service | 2 ++ | |
M annna-start-service | 2 ++ | |
M modules/hashtags/hashtags.txt | 1 + | |
3 files changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-channel-service b/annna-channel-service | |
@@ -3,8 +3,10 @@ | |
# Per-channel daemon that monitors incoming messages from ii out script. | |
# | |
+set -x | |
pgrep -f "$0 $*" | grep -vxq "$$" && exec echo "$0 $* already running" | |
#trap 'exec pkill -U annna -f "entr .* ${PWD}/out"' INT TERM EXIT HUP | |
+set +x | |
server="$1" | |
channel="$2" | |
diff --git a/annna-start-service b/annna-start-service | |
@@ -3,6 +3,8 @@ | |
# Here follow scriplets to listen for commands in annna. | |
# | |
+set -x | |
+ | |
if [ $# -lt 2 ]; | |
then | |
printf "usage: %s server channel\n" "$(basename "$0")" | |
diff --git a/modules/hashtags/hashtags.txt b/modules/hashtags/hashtags.txt | |
@@ -6562,6 +6562,7 @@ | |
#future-endeavour gophers://bitreich.org/9/memecache/future-endeavour.mp4 | |
#future-is-now gophers://bitreich.org/I/memecache/future-is-now.jpg | |
#future-kitchen gophers://bitreich.org/I/memecache/future-kitchen.jpg | |
+#future-mistakes gophers://bitreich.org/I/memecache/future-mistakes.png | |
#future-prediction gophers://bitreich.org/9/memecache/future-prediction.mp4 | |
#future-watch gophers://bitreich.org/I/memecache/future-watch.jpg | |
#g++-monitor gophers://bitreich.org/I/memecache/g++-monitor.png |