Add Macron commands. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit e8944d3b827ab95572c68671f8c65a527f407ff2 | |
parent 00ff702cedb4c0f73b78d7f45befc1a52aaad2c8 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 21 Jul 2018 17:39:52 +0200 | |
Add Macron commands. | |
Diffstat: | |
M annna-start-services | 6 ++++++ | |
1 file changed, 6 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -245,6 +245,12 @@ then | |
continue; | |
fi | |
+ if [ "${text}" = "${botname}, please show me your Macron." ]; | |
+ then | |
+ annna-say -c "#bitreich-en" "gopher://bitreich.org/0/a… | |
+ continue; | |
+ fi | |
+ | |
if [ "${text}" = "${botname}, please give me the count of onli… | |
then | |
annna-say -c "#bitreich-en" "$(hostname): $(who -q | t… |