mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added beers to emoticon shortcodes because yes.
This commit is contained in:
parent
39a55f22a3
commit
3a1123bfa4
1 changed files with 2 additions and 0 deletions
2
format.c
2
format.c
|
@ -27,6 +27,8 @@ struct {
|
||||||
{ ":facepalm:", "🤦" },
|
{ ":facepalm:", "🤦" },
|
||||||
{ ":shrug:", "🤷" },
|
{ ":shrug:", "🤷" },
|
||||||
{ ":eyeroll:", "🙄" },
|
{ ":eyeroll:", "🙄" },
|
||||||
|
{ ":beer:", "🍺" },
|
||||||
|
{ ":beers:", "🍻" },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue