snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 6c033900a59e94f536b5288f9dcf78404b03749a
parent 12131b67a3dbf426dc603e861039a3a22e29d610
Author: default <nobody@localhost>
Date:   Wed,  1 Feb 2023 10:09:11 +0100

Moved the angry emoticon above the sad one to avoid clashes.

Diffstat:
Mformat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format.c b/format.c @@ -17,6 +17,7 @@ struct { { "X-D", "&#128518;" }, { ";-)", "&#128521;" }, { "B-)", "&#128526;" }, + { ">:-(", "&#128545;" }, { ":-(", "&#128542;" }, { ":-*", "&#128536;" }, { ":-/", "&#128533;" }, @@ -25,7 +26,6 @@ struct { { ":_(", "&#128546;" }, { ":-|", "&#128528;" }, { "<3", "&#128147;" }, - { ">:(", "&#128544;" }, { ":facepalm:", "&#129318;" }, { ":shrug:", "&#129335;" }, { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" },