Add more nice humanness to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 306d1530de2fd924f6897ce1818e199cba2241dc | |
parent 71691536b30725f01a38ea9ebab862e638751fdf | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 28 Feb 2024 15:58:54 +0100 | |
Add more nice humanness to annna. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -375,6 +375,9 @@ case "${text}" in | |
"${ircuser}, play despacito plz.") | |
annna-say -s "${server}" -c "${channel}" "${user}, gophers://bitreich.… | |
;; | |
+"nice to meet you ${ircuser}"*) | |
+ annna-say -s "${server}" -c "${channel}" "${user}, the pleasure is on … | |
+ ;; | |
"${ircuser}, please give me a Chuck Norris fact.") | |
chuck=$(chucknorris) | |
annna-say -s "${server}" -c "${channel}" "${user}, ${chuck}" |