diff options
author | default <nobody@localhost> | 2022-10-16 20:23:01 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-16 20:23:01 +0200 |
commit | af95a58263350caeb6f6932b475cad70be208518 (patch) | |
tree | a046dff168b773f50939641d11f5f2fa3d900d18 /format.c | |
parent | b856fe79e42d92fd968fd645478e076b714ee6bd (diff) |
Some emoticon tweaks.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,7 @@ struct { { ":-(", "😞" }, { ":-*", "😘" }, { ":-/", "😕" }, - { "8-o", "😳" }, + { "8-o", "😲" }, { "%-)", "🤪" }, { ":_(", "😢" }, { ":-|", "😐" }, @@ -29,6 +29,7 @@ struct { { ":eyeroll:", "🙄" }, { ":beer:", "🍺" }, { ":beers:", "🍻" }, + { ":munch:", "😱" }, { NULL, NULL } }; |