diff options
author | default <nobody@localhost> | 2023-02-01 10:01:47 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-01 10:01:47 +0100 |
commit | 12131b67a3dbf426dc603e861039a3a22e29d610 (patch) | |
tree | 87917bc40666abfbd6117f40d505d003028dc9b2 /format.c | |
parent | c2524323a932d383a10c0e3e3adbffdada085515 (diff) |
Added the angry emoticon.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ struct { { ":_(", "😢" }, { ":-|", "😐" }, { "<3", "💓" }, + { ">:(", "😠" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":shrug2:", "¯\\_(ツ)_/¯" }, |