snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

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:
Mformat.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/format.c b/format.c @@ -27,6 +27,8 @@ struct { { ":facepalm:", "&#129318;" }, { ":shrug:", "&#129335;" }, { ":eyeroll:", "&#128580;" }, + { ":beer:", "&#127866;" }, + { ":beers:", "&#127867;" }, { NULL, NULL } };