Add source command. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit b16bc2b17c8ba7accf7ff656f5bac3d64b99141c | |
parent beaf149623d39052200405323532462e8028c8ea | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 30 Jul 2024 21:34:15 +0200 | |
Add source command. | |
Diffstat: | |
M annna-message-common | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -898,6 +898,9 @@ case "${text}" in | |
"${ircuser}, release the Kraken!") | |
annna-say -s "${server}" -c "${channel}" "Here it is! gophers://bitrei… | |
;; | |
+"${ircuser}, where is your source?") | |
+ annna-say -s "${server}" -c "${channel}" "Here is my precious source: … | |
+ ;; | |
"${ircuser}, release the Quacken!") | |
annna-say -s "${server}" -c "${channel}" "Quack Quack! gophers://bitre… | |
;; |