Make annna tell IRC users about news again. - annna - Annna the nice friendly b… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e5414131edb80592e6a89bee5f72f4ba643c3fdf | |
parent 597c3e0a24dacce5b1f895963fcd295a3a6fb578 | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
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/… | |
- # "$tstamp" "$title" "$user" "$gphpth")" | |
+ annna-say -c "$ircchans" \ | |
+ "$(printf "%s – »%s« by %s gopher://bitreich.org/0… | |
+ "$tstamp" "$title" "$user" "$gphpth")" | |
# Case against excess flood. | |
- #sleep 2 | |
+ sleep 2 | |
done | |
fi | |