commit aeec85837051e78ad618df10dea707d47ec5e23b
parent f7f99ba1ce2844a26ed0f2374d1f0abc44d5370a
Author: default <nobody@localhost>
Date: Sun, 13 Nov 2022 17:14:14 +0100
Added more emojis.
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git 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
@@ -24,12 +24,14 @@ struct {
{ "%-)", "🤪" },
{ ":_(", "😢" },
{ ":-|", "😐" },
+ { "<3", "💓" },
{ ":facepalm:", "🤦" },
{ ":shrug:", "🤷" },
{ ":eyeroll:", "🙄" },
{ ":beer:", "🍺" },
{ ":beers:", "🍻" },
{ ":munch:", "😱" },
+ { ":thumb:", "👍" },
{ NULL, NULL }
};