mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Added :shrug2:
This commit is contained in:
parent
bd0149ee0d
commit
2bf9134fda
2 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,5 @@ It also allows preformatted text using three backquotes in a single line:
|
|||
```
|
||||
|
||||
URLs like https://en.wikipedia.org/wiki/Main_Page are made clickable.
|
||||
|
||||
Some emojis: X-D <3 :beer: :shrug: :shrug2:
|
||||
|
|
1
format.c
1
format.c
|
@ -27,6 +27,7 @@ struct {
|
|||
{ "<3", "💓" },
|
||||
{ ":facepalm:", "🤦" },
|
||||
{ ":shrug:", "🤷" },
|
||||
{ ":shrug2:", "¯\\_(ツ)_/¯" },
|
||||
{ ":eyeroll:", "🙄" },
|
||||
{ ":beer:", "🍺" },
|
||||
{ ":beers:", "🍻" },
|
||||
|
|
Loading…
Reference in a new issue