Add asl support to annna. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a24f434aef38dec5d97c28916279f03fabf27aa3 | |
parent 60acb07430a8a4ac42a27ea51085461799c45f2d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 1 Jan 2025 19:27:18 +0100 | |
Add asl support 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 | |
@@ -328,6 +328,9 @@ case "${text}" in | |
"${ircuser}, when is your birthday?") | |
annna-say -s "${server}" -c "${channel}" "${user}, I am born on ${annn… | |
;; | |
+"${ircuser}, asl"*) | |
+ annna-say -s "${server}" -c "${channel}" "${user}, age: born on 1989-0… | |
+ ;; | |
"${ircuser}, woop") | |
# Using the same database for funny hacks. | |
exclamation="$(printf "%s\n" "${text}" | sed "s;${ircuser}, \(.\);\1;g… |