fix for muting deadme as well.

This commit is contained in:
DJSnapshot
2014-01-20 22:42:56 -08:00
parent 64e3c3d6b9
commit e76838bd6e

View File

@@ -57,6 +57,12 @@
src << "\red You have deadchat muted."
return
if(!src.client.holder)
if(!dsay_allowed)
src << "\red Deadchat is globally muted"
return
var/input
if(!message)
input = copytext(sanitize(input(src, "Choose an emote to display.") as text|null), 1, MAX_MESSAGE_LEN)