summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-12 08:34:00 +0200
committerdefault <nobody@localhost>2022-10-12 08:34:00 +0200
commit3a1123bfa4fe7b513fd385b6d6935e625e046bc1 (patch)
treee41deb67247f4170bcab90488230364628eb2377 /format.c
parent39a55f22a30caf3a1826ae22b3df7d85d86365ef (diff)
Added beers to emoticon shortcodes because yes.
Diffstat (limited to 'format.c')
-rw-r--r--format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/format.c b/format.c
index 857fe89..b7dfdf8 100644
--- a/format.c
+++ b/format.c
@@ -27,6 +27,8 @@ struct {
{ ":facepalm:", "&#129318;" },
{ ":shrug:", "&#129335;" },
{ ":eyeroll:", "&#128580;" },
+ { ":beer:", "&#127866;" },
+ { ":beers:", "&#127867;" },
{ NULL, NULL }
};