summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-12 08:34:00 +0200
committerGravatar default2022-10-12 08:34:00 +0200
commit3a1123bfa4fe7b513fd385b6d6935e625e046bc1 (patch)
treee41deb67247f4170bcab90488230364628eb2377
parentAlso add the 'Image to attach' field to reply textareas. (diff)
downloadsnac2-3a1123bfa4fe7b513fd385b6d6935e625e046bc1.tar.gz
snac2-3a1123bfa4fe7b513fd385b6d6935e625e046bc1.tar.xz
snac2-3a1123bfa4fe7b513fd385b6d6935e625e046bc1.zip
Added beers to emoticon shortcodes because yes.
-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 {
27 { ":facepalm:", "🤦" }, 27 { ":facepalm:", "🤦" },
28 { ":shrug:", "🤷" }, 28 { ":shrug:", "🤷" },
29 { ":eyeroll:", "🙄" }, 29 { ":eyeroll:", "🙄" },
30 { ":beer:", "🍺" },
31 { ":beers:", "🍻" },
30 { NULL, NULL } 32 { NULL, NULL }
31}; 33};
32 34