Merge pull request #13698 from timothyteakettle/communication-hotkeys

ports rebindable communication hotkeys from tg
This commit is contained in:
silicons
2020-11-28 09:12:40 -07:00
committed by GitHub
13 changed files with 194 additions and 129 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
if(GLOB.say_disabled) //This is here to try to identify lag problems
to_chat(usr, "<span class='danger'>Speech is currently admin-disabled.</span>")
return
if(length(message) > MAX_MESSAGE_LEN)
to_chat(usr, message)
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>")