snac2

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

commit 29a0b21929495b04e81085f1502a4498c728fb84
parent d3c4691cddea6d609bab80b4855429ee9486a951
Author: default <nobody@localhost>
Date:   Fri,  7 Oct 2022 19:48:29 +0200

More emoticons.

Diffstat:
Mformat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/format.c b/format.c @@ -26,6 +26,7 @@ struct { { ":-|", "&#128528;" }, { ":facepalm:", "&#129318;" }, { ":shrug:", "&#129335;" }, + { ":eyeroll:", "&#128580;" }, { NULL, NULL } };