Browse Source

additional emoji

jamesread 5 years ago
parent
commit
a874052dbb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pkg/grpcApi/utils.go

+ 1 - 0
pkg/grpcApi/utils.go

@@ -3,6 +3,7 @@ package grpcApi
 var emojis = map[string]string {
 	"poop": "💩",
 	"smile": "😀",
+	"ping": "📡",
 }
 
 func lookupHtmlIcon(keyToLookup string) (string) {