summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-01 10:09:11 +0100
committerdefault <nobody@localhost>2023-02-01 10:09:11 +0100
commit6c033900a59e94f536b5288f9dcf78404b03749a (patch)
tree1d3a3cae7f4646b3418715008837f44e2a190118
parent12131b67a3dbf426dc603e861039a3a22e29d610 (diff)
Moved the angry emoticon above the sad one to avoid clashes.
-rw-r--r--format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.c b/format.c
index 5b23417..37c03fa 100644
--- 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;" },