Add pray and sacrifice command to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 87801df018a383b87d59fc1fc236bde1cd359706 | |
parent 29fd49be44fb1f975fdc4dd818b8044dd26aae6d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 17 Sep 2020 20:43:33 +0200 | |
Add pray and sacrifice command to annna. | |
Diffstat: | |
M annna-start-services | 8 ++++++++ | |
1 file changed, 8 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -265,6 +265,14 @@ annna_common() { | |
fi | |
annna-say -c "${channel}" "${puri}" | |
;; | |
+ "${botname}, pray"*) | |
+ # Emulate https://threats.kaspersky.com/en/threat/IRC-Worm.DOS… | |
+ annna-say -c "${channel}" "${user}, I Obey my master! long liv… | |
+ ;; | |
+ "${botname}, sacrifice"*) | |
+ # Emulate https://threats.kaspersky.com/en/threat/IRC-Worm.DOS… | |
+ annna-say -c "${channel}" "${user}, Your word is my command, P… | |
+ ;; | |
"${botname}, textsynth is "*) | |
word="$(printf "%s\n" "${text}" | cut -c 21- | sed 's,\t, ,… | |
case "$word" in |