From 29a0b21929495b04e81085f1502a4498c728fb84 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 7 Oct 2022 19:48:29 +0200 Subject: [PATCH] More emoticons. --- format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/format.c b/format.c index 92b4b69..857fe89 100644 --- a/format.c +++ b/format.c @@ -26,6 +26,7 @@ struct { { ":-|", "😐" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, + { ":eyeroll:", "🙄" }, { NULL, NULL } };