mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Added the angry emoticon.
This commit is contained in:
parent
c2524323a9
commit
12131b67a3
@ -50,7 +50,7 @@ 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-) :-( :-* <3 :-/ 8-o
|
:-) :-D X-D ;-) B-) :-( :-* <3 :-/ 8-o
|
||||||
%-) :_( :-| :facepalm: :shrug: :shrug2:
|
%-) :_( :-| >:-( :facepalm: :shrug: :shrug2:
|
||||||
:eyeroll: :beer: :beers: :munch: :thumb:
|
:eyeroll: :beer: :beers: :munch: :thumb:
|
||||||
.Ed
|
.Ed
|
||||||
.El
|
.El
|
||||||
|
1
format.c
1
format.c
@ -25,6 +25,7 @@ struct {
|
|||||||
{ ":_(", "😢" },
|
{ ":_(", "😢" },
|
||||||
{ ":-|", "😐" },
|
{ ":-|", "😐" },
|
||||||
{ "<3", "💓" },
|
{ "<3", "💓" },
|
||||||
|
{ ">:(", "😠" },
|
||||||
{ ":facepalm:", "🤦" },
|
{ ":facepalm:", "🤦" },
|
||||||
{ ":shrug:", "🤷" },
|
{ ":shrug:", "🤷" },
|
||||||
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
||||||
|
Loading…
Reference in New Issue
Block a user