mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 06:25:04 +00:00
Moved the angry emoticon above the sad one to avoid clashes.
This commit is contained in:
parent
12131b67a3
commit
6c033900a5
1 changed files with 1 additions and 1 deletions
2
format.c
2
format.c
|
@ -17,6 +17,7 @@ struct {
|
||||||
{ "X-D", "😆" },
|
{ "X-D", "😆" },
|
||||||
{ ";-)", "😉" },
|
{ ";-)", "😉" },
|
||||||
{ "B-)", "😎" },
|
{ "B-)", "😎" },
|
||||||
|
{ ">:-(", "😡" },
|
||||||
{ ":-(", "😞" },
|
{ ":-(", "😞" },
|
||||||
{ ":-*", "😘" },
|
{ ":-*", "😘" },
|
||||||
{ ":-/", "😕" },
|
{ ":-/", "😕" },
|
||||||
|
@ -25,7 +26,6 @@ struct {
|
||||||
{ ":_(", "😢" },
|
{ ":_(", "😢" },
|
||||||
{ ":-|", "😐" },
|
{ ":-|", "😐" },
|
||||||
{ "<3", "💓" },
|
{ "<3", "💓" },
|
||||||
{ ">:(", "😠" },
|
|
||||||
{ ":facepalm:", "🤦" },
|
{ ":facepalm:", "🤦" },
|
||||||
{ ":shrug:", "🤷" },
|
{ ":shrug:", "🤷" },
|
||||||
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
||||||
|
|
Loading…
Reference in a new issue