diff options
| author | 2023-02-01 10:09:11 +0100 | |
|---|---|---|
| committer | 2023-02-01 10:09:11 +0100 | |
| commit | 6c033900a59e94f536b5288f9dcf78404b03749a (patch) | |
| tree | 1d3a3cae7f4646b3418715008837f44e2a190118 /format.c | |
| parent | Added the angry emoticon. (diff) | |
| download | penes-snac2-6c033900a59e94f536b5288f9dcf78404b03749a.tar.gz penes-snac2-6c033900a59e94f536b5288f9dcf78404b03749a.tar.xz penes-snac2-6c033900a59e94f536b5288f9dcf78404b03749a.zip | |
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 { | |||
| 17 | { "X-D", "😆" }, | 17 | { "X-D", "😆" }, |
| 18 | { ";-)", "😉" }, | 18 | { ";-)", "😉" }, |
| 19 | { "B-)", "😎" }, | 19 | { "B-)", "😎" }, |
| 20 | { ">:-(", "😡" }, | ||
| 20 | { ":-(", "😞" }, | 21 | { ":-(", "😞" }, |
| 21 | { ":-*", "😘" }, | 22 | { ":-*", "😘" }, |
| 22 | { ":-/", "😕" }, | 23 | { ":-/", "😕" }, |
| @@ -25,7 +26,6 @@ struct { | |||
| 25 | { ":_(", "😢" }, | 26 | { ":_(", "😢" }, |
| 26 | { ":-|", "😐" }, | 27 | { ":-|", "😐" }, |
| 27 | { "<3", "💓" }, | 28 | { "<3", "💓" }, |
| 28 | { ">:(", "😠" }, | ||
| 29 | { ":facepalm:", "🤦" }, | 29 | { ":facepalm:", "🤦" }, |
| 30 | { ":shrug:", "🤷" }, | 30 | { ":shrug:", "🤷" }, |
| 31 | { ":shrug2:", "¯\\_(ツ)_/¯" }, | 31 | { ":shrug2:", "¯\\_(ツ)_/¯" }, |