Do proper Unicode flip. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit f95608e7a7245e97744eafbb243f8de14203f9f0 | |
parent e9e5b7d60a6615d9b2ecbdd5c74b163c125eda4e | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Mon, 14 Oct 2024 18:45:48 +0200 | |
Do proper Unicode flip. | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -787,7 +787,7 @@ case "${text}" in | |
"${ircuser}, please flip "*) | |
word="$(printf "%s\n" "${text}" | cut -c 20-)" | |
updownword="$(updown "${word}")" | |
- annna-say -s "${server}" -c "${channel}" "${word} -> ${updownword}" | |
+ annna-say -s "${server}" -c "${channel}" "(╯°□°)╯ ${word} ︵ … | |
;; | |
"${ircuser}, please crystal math "*) | |
math="$(printf "%s\n" "${text}" | cut -c 28-)" |