Admin requested addition of a global dsay toggle.

Conflicts:
	code/modules/admin/admin_verbs.dm
This commit is contained in:
DJSnapshot
2014-01-21 21:47:38 -05:00
committed by ZomgPonies
parent cb5367ed96
commit 73e66bde07
4 changed files with 22 additions and 1 deletions
+5
View File
@@ -37,6 +37,11 @@
usr << "\red Speech is currently admin-disabled."
return
if(!src.client.holder)
if(!dsay_allowed)
src << "\red Deadchat is globally muted"
return
if(client && !(client.prefs.toggles & CHAT_DEAD))
usr << "\red You have deadchat muted."
return