summaryrefslogtreecommitdiff
path: root/format.c
diff options
context:
space:
mode:
authorGravatar default2023-02-01 10:01:47 +0100
committerGravatar default2023-02-01 10:01:47 +0100
commit12131b67a3dbf426dc603e861039a3a22e29d610 (patch)
tree87917bc40666abfbd6117f40d505d003028dc9b2 /format.c
parentNew function process_queue_item(). (diff)
downloadsnac2-12131b67a3dbf426dc603e861039a3a22e29d610.tar.gz
snac2-12131b67a3dbf426dc603e861039a3a22e29d610.tar.xz
snac2-12131b67a3dbf426dc603e861039a3a22e29d610.zip
Added the angry emoticon.
Diffstat (limited to 'format.c')
-rw-r--r--format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/format.c b/format.c
index 8299d0f..5b23417 100644
--- a/format.c
+++ b/format.c
@@ -25,6 +25,7 @@ struct {
25 { ":_(", "😢" }, 25 { ":_(", "😢" },
26 { ":-|", "😐" }, 26 { ":-|", "😐" },
27 { "<3", "&#128147;" }, 27 { "<3", "&#128147;" },
28 { ">:(", "&#128544;" },
28 { ":facepalm:", "&#129318;" }, 29 { ":facepalm:", "&#129318;" },
29 { ":shrug:", "&#129335;" }, 30 { ":shrug:", "&#129335;" },
30 { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" }, 31 { ":shrug2:", "&#175;\\_(&#12484;)_/&#175;" },