Remind the user of their emoji. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit a7b5d3fff9020268477fcddc1d00377d3b694e79 | |
parent dc2c49999ab7cc55973c611f9dc0a9750a7d53f7 | |
Author: Julian Schweinsberg <[email protected]> | |
Date: Fri, 16 Aug 2024 12:31:36 +0200 | |
Remind the user of their emoji. | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -54,7 +54,7 @@ case "${text}" in | |
annna-say -s "${server}" -c "${channel}" "${user}, sorry, goph… | |
else | |
query=${text#**::} query=${query%%::*} | |
- annna-say -s "${server}" -c "${channel}" "$(stable-diffusion-e… | |
+ annna-say -s "${server}" -c "${channel}" "${user}, $(stable-di… | |
fi | |
;; | |
*http*://*|*ytdl://*) |