From 12131b67a3dbf426dc603e861039a3a22e29d610 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 1 Feb 2023 10:01:47 +0100 Subject: Added the angry emoticon. --- format.c | 1 + 1 file changed, 1 insertion(+) (limited to 'format.c') diff --git a/format.c b/format.c index 8299d0f..5b23417 100644 --- a/format.c +++ b/format.c @@ -25,6 +25,7 @@ struct { { ":_(", "😢" }, { ":-|", "😐" }, { "<3", "💓" }, + { ">:(", "😠" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":shrug2:", "¯\\_(ツ)_/¯" }, -- cgit v1.2.3