summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/format.c b/format.c
index c38352e..0e5c95b 100644
--- a/format.c
+++ b/format.c
@@ -24,12 +24,14 @@ struct {
24 { "%-)", "🤪" }, 24 { "%-)", "🤪" },
25 { ":_(", "😢" }, 25 { ":_(", "😢" },
26 { ":-|", "😐" }, 26 { ":-|", "😐" },
27 { "<3", "&#128147;" },
27 { ":facepalm:", "&#129318;" }, 28 { ":facepalm:", "&#129318;" },
28 { ":shrug:", "&#129335;" }, 29 { ":shrug:", "&#129335;" },
29 { ":eyeroll:", "&#128580;" }, 30 { ":eyeroll:", "&#128580;" },
30 { ":beer:", "&#127866;" }, 31 { ":beer:", "&#127866;" },
31 { ":beers:", "&#127867;" }, 32 { ":beers:", "&#127867;" },
32 { ":munch:", "&#128561;" }, 33 { ":munch:", "&#128561;" },
34 { ":thumb:", "&#128077;" },
33 { NULL, NULL } 35 { NULL, NULL }
34}; 36};
35 37