diff options
author | default <nobody@localhost> | 2022-11-13 17:14:14 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-13 17:14:14 +0100 |
commit | aeec85837051e78ad618df10dea707d47ec5e23b (patch) | |
tree | 3a93aefe8a08da2e66c9275227b849b61c6f8694 /format.c | |
parent | f7f99ba1ce2844a26ed0f2374d1f0abc44d5370a (diff) |
Added more emojis.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,12 +24,14 @@ struct { { "%-)", "🤪" }, { ":_(", "😢" }, { ":-|", "😐" }, + { "<3", "💓" }, { ":facepalm:", "🤦" }, { ":shrug:", "🤷" }, { ":eyeroll:", "🙄" }, { ":beer:", "🍺" }, { ":beers:", "🍻" }, { ":munch:", "😱" }, + { ":thumb:", "👍" }, { NULL, NULL } }; |