Add pull my finger command. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c24fa733f9e2a42e0f9b6ff1385d6710d2cc60fb | |
parent 9e9061b99941618c3948a5231e815fb92b2b877f | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Wed, 31 Jul 2024 20:00:26 +0200 | |
Add pull my finger command. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1073,6 +1073,9 @@ case "${text}" in | |
"${ircuser}, please give me a penis extension.") | |
annna-say -s "${server}" -c "${channel}" "${user}, here: $(penis-exten… | |
;; | |
+"${ircuser}, please pull my finger.") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, you are disgusting." | |
+ ;; | |
"${ircuser}, what's up in Japan?") | |
annna-say -s "${server}" -c "${channel}" "${user}, see for yourself: h… | |
;; |