Make annna tell IRC users about news again. - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit e5414131edb80592e6a89bee5f72f4ba643c3fdf
DIR parent 597c3e0a24dacce5b1f895963fcd295a3a6fb578
HTML Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Sun, 10 May 2020 17:30:42 +0200
Make annna tell IRC users about news again.
Diffstat:
M phlog-index | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/phlog-index b/phlog-index
@@ -103,11 +103,11 @@ then
[ -z "$title" ] && continue
gphpth="$(printf "$gopherbase" "$user" "$fname")"
- #annna-say -c "$ircchans" \
- # "$(printf "%s – »%s« by %s gopher://bitreich.org/0%s" \
- # "$tstamp" "$title" "$user" "$gphpth")"
+ annna-say -c "$ircchans" \
+ "$(printf "%s – »%s« by %s gopher://bitreich.org/0%s" \
+ "$tstamp" "$title" "$user" "$gphpth")"
# Case against excess flood.
- #sleep 2
+ sleep 2
done
fi