summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-16 20:23:01 +0200
committerdefault <nobody@localhost>2022-10-16 20:23:01 +0200
commitaf95a58263350caeb6f6932b475cad70be208518 (patch)
treea046dff168b773f50939641d11f5f2fa3d900d18 /format.c
parentb856fe79e42d92fd968fd645478e076b714ee6bd (diff)
Some emoticon tweaks.
Diffstat (limited to 'format.c')
-rw-r--r--format.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/format.c b/format.c
index b7dfdf8..f0f4298 100644
--- a/format.c
+++ b/format.c
@@ -20,7 +20,7 @@ struct {
{ ":-(", "&#128542;" },
{ ":-*", "&#128536;" },
{ ":-/", "&#128533;" },
- { "8-o", "&#128563;" },
+ { "8-o", "&#128562;" },
{ "%-)", "&#129322;" },
{ ":_(", "&#128546;" },
{ ":-|", "&#128528;" },
@@ -29,6 +29,7 @@ struct {
{ ":eyeroll:", "&#128580;" },
{ ":beer:", "&#127866;" },
{ ":beers:", "&#127867;" },
+ { ":munch:", "&#128561;" },
{ NULL, NULL }
};