summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2022-10-07 19:48:29 +0200
committerGravatar default2022-10-07 19:48:29 +0200
commit29a0b21929495b04e81085f1502a4498c728fb84 (patch)
treed9501dff6af25cb3d1ba5456dcd8a70444517501
parentEmoticon tweak. (diff)
downloadsnac2-29a0b21929495b04e81085f1502a4498c728fb84.tar.gz
snac2-29a0b21929495b04e81085f1502a4498c728fb84.tar.xz
snac2-29a0b21929495b04e81085f1502a4498c728fb84.zip
More emoticons.
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 92b4b69..857fe89 100644
--- a/format.c
+++ b/format.c
@@ -26,6 +26,7 @@ struct {
26 { ":-|", "😐" }, 26 { ":-|", "😐" },
27 { ":facepalm:", "🤦" }, 27 { ":facepalm:", "🤦" },
28 { ":shrug:", "🤷" }, 28 { ":shrug:", "🤷" },
29 { ":eyeroll:", "🙄" },
29 { NULL, NULL } 30 { NULL, NULL }
30}; 31};
31 32