Browse Source

Added beers to emoticon shortcodes because yes.

default 2 years ago
parent
commit
3a1123bfa4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      format.c

+ 2 - 0
format.c

@@ -27,6 +27,8 @@ struct {
     { ":facepalm:", "🤦" },
     { ":shrug:",    "🤷" },
     { ":eyeroll:",  "🙄" },
+    { ":beer:",     "🍺" },
+    { ":beers:",    "🍻" },
     { NULL,         NULL }
 };