commit 3a1123bfa4fe7b513fd385b6d6935e625e046bc1 parent 39a55f22a30caf3a1826ae22b3df7d85d86365ef Author: default <nobody@localhost> Date: Wed, 12 Oct 2022 08:34:00 +0200 Added beers to emoticon shortcodes because yes. Diffstat:
M | format.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/format.c b/format.c @@ -27,6 +27,8 @@ struct { { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":eyeroll:", "🙄" }, + { ":beer:", "🍺" }, + { ":beers:", "🍻" }, { NULL, NULL } };