diff options
author | default <nobody@localhost> | 2022-10-12 08:34:00 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-12 08:34:00 +0200 |
commit | 3a1123bfa4fe7b513fd385b6d6935e625e046bc1 (patch) | |
tree | e41deb67247f4170bcab90488230364628eb2377 /format.c | |
parent | 39a55f22a30caf3a1826ae22b3df7d85d86365ef (diff) |
Added beers to emoticon shortcodes because yes.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ struct { { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":eyeroll:", "🙄" }, + { ":beer:", "🍺" }, + { ":beers:", "🍻" }, { NULL, NULL } }; |