summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
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 {
{ ":-(", "😞" },
{ ":-*", "😘" },
{ ":-/", "😕" },
- { "8-o", "😳" },
+ { "8-o", "😲" },
{ "%-)", "🤪" },
{ ":_(", "😢" },
{ ":-|", "😐" },
@@ -29,6 +29,7 @@ struct {
{ ":eyeroll:", "🙄" },
{ ":beer:", "🍺" },
{ ":beers:", "🍻" },
+ { ":munch:", "😱" },
{ NULL, NULL }
};