summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-13 17:14:14 +0100
committerdefault <nobody@localhost>2022-11-13 17:14:14 +0100
commitaeec85837051e78ad618df10dea707d47ec5e23b (patch)
tree3a93aefe8a08da2e66c9275227b849b61c6f8694 /format.c
parentf7f99ba1ce2844a26ed0f2374d1f0abc44d5370a (diff)
Added more emojis.
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 {
{ "%-)", "&#129322;" },
{ ":_(", "&#128546;" },
{ ":-|", "&#128528;" },
+ { "<3", "&#128147;" },
{ ":facepalm:", "&#129318;" },
{ ":shrug:", "&#129335;" },
{ ":eyeroll:", "&#128580;" },
{ ":beer:", "&#127866;" },
{ ":beers:", "&#127867;" },
{ ":munch:", "&#128561;" },
+ { ":thumb:", "&#128077;" },
{ NULL, NULL }
};