Fixes сука блять (#7671)

* fix unicode stuff

* fucking hell this is what I get for copypasting from TG

* fucking hell this is what I get for forgetting to save before commiting
This commit is contained in:
monster860
2020-01-20 00:02:44 -05:00
committed by GitHub
parent 46408f4b68
commit 34444062fd
16 changed files with 43 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
set hidden = 1
if(!check_rights(0))
return
msg = to_utf8(msg, src)
msg = emoji_parse(copytext(sanitize(msg), 1, MAX_MESSAGE_LEN))
if(!msg)
@@ -20,4 +21,5 @@
/client/proc/get_admin_say()
var/msg = input(src, null, "asay \"text\"") as text|null
msg = to_utf8(msg, src)
cmd_admin_say(msg)