diff options
author | default <nobody@localhost> | 2023-02-01 10:09:11 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-01 10:09:11 +0100 |
commit | 6c033900a59e94f536b5288f9dcf78404b03749a (patch) | |
tree | 1d3a3cae7f4646b3418715008837f44e2a190118 /format.c | |
parent | 12131b67a3dbf426dc603e861039a3a22e29d610 (diff) |
Moved the angry emoticon above the sad one to avoid clashes.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,6 +17,7 @@ struct { { "X-D", "😆" }, { ";-)", "😉" }, { "B-)", "😎" }, + { ">:-(", "😡" }, { ":-(", "😞" }, { ":-*", "😘" }, { ":-/", "😕" }, @@ -25,7 +26,6 @@ struct { { ":_(", "😢" }, { ":-|", "😐" }, { "<3", "💓" }, - { ">:(", "😠" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":shrug2:", "¯\\_(ツ)_/¯" }, |