Introduction
Introduction Statistics Contact Development Disclaimer Help
Add cute annna and help messages. - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 8ac922aa850d7b76fbf1c2e2357c6fd30b085637
parent c41f2f9727b26ba81b674249ac1e7fb6ab013ad1
Author: Annna Robert-Houdin <[email protected]>
Date: Thu, 5 Apr 2018 18:58:01 +0200
Add cute annna and help messages.
Diffstat:
M annna-start-services | 41 +++++++++++++++++++++++++++++…
1 file changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -121,6 +121,41 @@ then
continue;
fi
+ if [ "${text}" = "${botname}, be cute." ];
+ then
+ case "$(($RANDOM % 4))" in
+ 0)
+ annna-say -c "#bitreich-en" ' (\ /)'
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' (. .)'
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' C(") (")'
+ ;;
+ 1)
+ annna-say -c "#bitreich-en" ' (\-/)'
+ sleep 0.1
+ annna-say -c "#bitreich-en" " (='.'=)"
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' (")-(")o'
+ ;;
+ 2)
+ annna-say -c "#bitreich-en" ' ( ) ( )'
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' (>•.•<)'
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' (") (")'
+ ;;
+ *)
+ annna-say -c "#bitreich-en" ' (\ (\'
+ sleep 0.1
+ annna-say -c "#bitreich-en" " (=' :')"
+ sleep 0.1
+ annna-say -c "#bitreich-en" ' (, (") (")'
+ ;;
+ esac
+ continue;
+ fi
+
if [ "${text}" = "${botname}, can you show me the uptime pleas…
then
annna-say -c "#bitreich-en" "$(hostname) uptime: $(upt…
@@ -231,6 +266,12 @@ then
sleep 0.5
annna-say -c "${user}" "»please roll a dice for me.«…
sleep 0.5
+ annna-say -c "${user}" "»I'm bored.«, ${user}."
+ sleep 0.5
+ annna-say -c "${user}" "», be cool.«, ${user}."
+ sleep 0.5
+ annna-say -c "${user}" "», be cute.«, ${user}."
+ sleep 0.5
annna-say -c "${user}" "»please help« gives you this…
continue;
fi
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.