Add Hack the planet support. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 9d9d6a40ff3e01502d19258f8372ec7e261c4c45 | |
parent 25ca69b65696aa9e81a25da027abff21729c7927 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Sat, 25 Jan 2025 11:27:27 +0100 | |
Add Hack the planet support. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -1260,6 +1260,9 @@ case "${text}" in | |
"For humanity!") | |
annna-say -s "${server}" -c "${channel}" "${user}, for humanity! gophe… | |
;; | |
+"Hack the planet!") | |
+ annna-say -s "${server}" -c "${channel}" "${user}, hack the planet!" | |
+ ;; | |
"Long live gopher!") | |
annna-say -s "${server}" -c "${channel}" "${user}, long live gopher!" | |
;; |