From 6c033900a59e94f536b5288f9dcf78404b03749a Mon Sep 17 00:00:00 2001 From: default Date: Wed, 1 Feb 2023 10:09:11 +0100 Subject: [PATCH] Moved the angry emoticon above the sad one to avoid clashes. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "😆" }, { ";-)", "😉" }, { "B-)", "😎" }, + { ">:-(", "😡" }, { ":-(", "😞" }, { ":-*", "😘" }, { ":-/", "😕" }, @@ -25,7 +26,6 @@ struct { { ":_(", "😢" }, { ":-|", "😐" }, { "<3", "💓" }, - { ">:(", "😠" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":shrug2:", "¯\\_(ツ)_/¯" },