Add amirite command. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 72520f533bdda6722b6a960417ed4dd0b7d3e211 | |
parent 7f74b7159a3630282ac5c588f23de4efd5c1fb1d | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Fri, 23 Aug 2024 21:34:21 +0200 | |
Add amirite command. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -310,6 +310,9 @@ case "${text}" in | |
"${ircuser}, snoke.") | |
annna-say -s "${server}" -c "${channel}" "${user}, snoke again?" | |
;; | |
+"${ircuser}, amirite?") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, Yep, you're the mos… | |
+ ;; | |
"${ircuser}, ping.") | |
annna-say -s "${server}" -c "${channel}" "${user}, pong." | |
;; |