mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Added the angry emoticon.
This commit is contained in:
parent
c2524323a9
commit
12131b67a3
2 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ The following traditional ASCII emoticons or special strings are
|
|||
converted to related emojis:
|
||||
.Bd -literal
|
||||
:-) :-D X-D ;-) B-) :-( :-* <3 :-/ 8-o
|
||||
%-) :_( :-| :facepalm: :shrug: :shrug2:
|
||||
%-) :_( :-| >:-( :facepalm: :shrug: :shrug2:
|
||||
:eyeroll: :beer: :beers: :munch: :thumb:
|
||||
.Ed
|
||||
.El
|
||||
|
|
1
format.c
1
format.c
|
@ -25,6 +25,7 @@ struct {
|
|||
{ ":_(", "😢" },
|
||||
{ ":-|", "😐" },
|
||||
{ "<3", "💓" },
|
||||
{ ">:(", "😠" },
|
||||
{ ":facepalm:", "🤦" },
|
||||
{ ":shrug:", "🤷" },
|
||||
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
||||
|
|
Loading…
Reference in a new issue