Merge pull request #15862 from Citadel-Station-13/stuff

adds multiline /me emotes
This commit is contained in:
deathride58
2022-10-26 16:49:31 -04:00
committed by GitHub

View File

@@ -54,7 +54,7 @@
to_chat(usr, "<span class='danger'>^^^----- The preceeding message has been DISCARDED for being over the maximum length of [MAX_MESSAGE_LEN]. It has NOT been sent! -----^^^</span>")
return
message = trim(copytext_char(sanitize(message), 1, MAX_MESSAGE_LEN))
message = trim(html_encode(message), MAX_MESSAGE_LEN)
clear_typing_indicator() // clear it immediately!
client?.last_activity = world.time