mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +00:00
Added more emojis.
This commit is contained in:
parent
f7f99ba1ce
commit
aeec858370
2 changed files with 4 additions and 2 deletions
|
@ -49,9 +49,9 @@ is found.
|
||||||
The following traditional ASCII emoticons or special strings are
|
The following traditional ASCII emoticons or special strings are
|
||||||
converted to related emojis:
|
converted to related emojis:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
:-) :-D X-D ;-) B-) :-( :-*
|
:-) :-D X-D ;-) B-) :-( :-* <3
|
||||||
:-/ 8-o %-) :_( :-| :facepalm: :shrug:
|
:-/ 8-o %-) :_( :-| :facepalm: :shrug:
|
||||||
:eyeroll: :beer: :beers: :munch:
|
:eyeroll: :beer: :beers: :munch: :thumb:
|
||||||
.Ed
|
.Ed
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
|
|
2
format.c
2
format.c
|
@ -24,12 +24,14 @@ struct {
|
||||||
{ "%-)", "🤪" },
|
{ "%-)", "🤪" },
|
||||||
{ ":_(", "😢" },
|
{ ":_(", "😢" },
|
||||||
{ ":-|", "😐" },
|
{ ":-|", "😐" },
|
||||||
|
{ "<3", "💓" },
|
||||||
{ ":facepalm:", "🤦" },
|
{ ":facepalm:", "🤦" },
|
||||||
{ ":shrug:", "🤷" },
|
{ ":shrug:", "🤷" },
|
||||||
{ ":eyeroll:", "🙄" },
|
{ ":eyeroll:", "🙄" },
|
||||||
{ ":beer:", "🍺" },
|
{ ":beer:", "🍺" },
|
||||||
{ ":beers:", "🍻" },
|
{ ":beers:", "🍻" },
|
||||||
{ ":munch:", "😱" },
|
{ ":munch:", "😱" },
|
||||||
|
{ ":thumb:", "👍" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue