Make asay support emoji (#40795)

This commit is contained in:
deathride58
2018-10-10 00:55:30 -04:00
committed by yogstation13-bot
parent a026bcb305
commit cd3da56322

View File

@@ -6,7 +6,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