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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/format.c b/format.c
@@ -17,6 +17,7 @@ struct {
{ "X-D", "😆" },
{ ";-)", "😉" },
{ "B-)", "😎" },
+ { ">:-(", "😡" },
{ ":-(", "😞" },
{ ":-*", "😘" },
{ ":-/", "😕" },
@@ -25,7 +26,6 @@ struct {
{ ":_(", "😢" },
{ ":-|", "😐" },
{ "<3", "💓" },
- { ">:(", "😠" },
{ ":facepalm:", "🤦" },
{ ":shrug:", "🤷" },
{ ":shrug2:", "¯\\_(ツ)_/¯" },