Admin requested addition of a global dsay toggle.

Conflicts:
	code/modules/admin/admin_verbs.dm
This commit is contained in:
DJSnapshot
2014-01-20 18:27:12 -08:00
committed by ZomgPonies
parent cb5367ed96
commit 73e66bde07
4 changed files with 22 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@ var/list/admin_verbs_admin = list(
/client/proc/secrets,
/datum/admins/proc/toggleooc, /*toggles ooc on/off for everyone*/
/datum/admins/proc/toggleoocdead, /*toggles ooc on/off for everyone who is dead*/
/datum/admins/proc/toggledsay, /*toggles dsay on/off for everyone*/
/client/proc/game_panel, /*game panel, allows to change game-mode etc*/
/client/proc/cmd_admin_say, /*admin-only ooc chat*/
/datum/admins/proc/PlayerNotes,