summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.54
-rw-r--r--format.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/snac.5 b/doc/snac.5
index 2a310f4..dbcbeaf 100644
--- a/doc/snac.5
+++ b/doc/snac.5
@@ -49,9 +49,9 @@ is found.
The following traditional ASCII emoticons or special strings are
converted to related emojis:
.Bd -literal
-:-) :-D X-D ;-) B-) :-( :-*
+:-) :-D X-D ;-) B-) :-( :-* <3
:-/ 8-o %-) :_( :-| :facepalm: :shrug:
-:eyeroll: :beer: :beers: :munch:
+:eyeroll: :beer: :beers: :munch: :thumb:
.Ed
.El
.Pp
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 }
};