Make asay support emoji (#40795)

This commit is contained in:
deathride58
2018-10-09 21:55:30 -07:00
committed by Tad Hardesty
parent d77bae2052
commit 9e9fa70a7c
+1 -1
View File
@@ -5,7 +5,7 @@
if(!check_rights(0))
return
msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)
msg = emoji_parse(copytext(sanitize(msg), 1, MAX_MESSAGE_LEN))
if(!msg)
return