gopherman-news - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
gopherman-news (421B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 channel="irc.libera.chat/#gopherproject" | |
4 #channel="#bitreich-meme" | |
5 | |
6 export PATH="$PATH:/home/annna/bin" | |
7 | |
8 gophermannews="$(gpt 'Please write a short phrase beginning with "Gopher… | |
9 | |
10 if [ -n "${gophermannews}" ]; | |
11 then | |
12 annna-say -c "${channel}" "NEWS: ${gophermannews}" | |
13 fi | |
14 | |
15 |