Introduction
Introduction Statistics Contact Development Disclaimer Help
Spread gunther love to the world for everyone! - annna - Annna the nice friendl…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 219699669d6137663ba3769c321a4dc3a3dc4e03
parent 8ac922aa850d7b76fbf1c2e2357c6fd30b085637
Author: Annna Robert-Houdin <[email protected]>
Date: Fri, 6 Apr 2018 13:00:19 +0200
Spread gunther love to the world for everyone!
Diffstat:
M annna-start-services | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/annna-start-services b/annna-start-services
@@ -77,13 +77,6 @@ then
while read user;
do
read text
-
- ismember=0
- for member in $brmembers;
- do
- [ "$user" = "$member" ] && ismember=1
- done
- [ $ismember -lt 1 ] && continue
[ "$user" = "${botname}" ] && continue
uri="$(printf "%s\n" "${text}" \
@@ -96,11 +89,25 @@ then
| sed 's@^ *@@')"
if [ -n "$urititle" ];
then
- annna-say -c "#bitreich-en" "HTML title: ${uri…
+ case "${urititle}" in
+ *Gunther*)
+ annna-say -c "#bitreich-en" "Oh Gunthe…
+ ;;
+ *)
+ annna-say -c "#bitreich-en" "HTML titl…
+ ;;
+ esac
fi
continue
fi
+ ismember=0
+ for member in $brmembers;
+ do
+ [ "$user" = "$member" ] && ismember=1
+ done
+ [ $ismember -lt 1 ] && continue
+
if [ "${text}" = "${botname}, be cool." ];
then
case "$(($RANDOM % 4))" in
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.