Add slam the door support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 0b814ad879bbf7b2f408f17eb6bcdcba04a85801 | |
parent ef5ec508c2a68bdd1ee21f81638313e526c742b3 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 28 Aug 2024 18:48:02 +0200 | |
Add slam the door support. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1419,6 +1419,9 @@ case "${text}" in | |
"${ircuser}, how many fucks were given?") | |
annna-say -s "${server}" -c "${channel}" "${user}, current fucks given… | |
;; | |
+"${ircuser}, please slam the door.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, *BANG*" | |
+ ;; | |
"${ircuser}, what is my credit score?") | |
annna-say -s "${server}" -c "${channel}" "${user}, your credit score i… | |
;; |