Expanded mod powers to include temporary job bans, temporary global bans, muting, and subtle messaging.

This commit is contained in:
DJSnapshot
2013-10-14 23:48:26 -07:00
parent 6a2c91196a
commit c7821741c2
3 changed files with 32 additions and 121 deletions

View File

@@ -132,7 +132,7 @@ proc/cmd_admin_mute(mob/M as mob, mute_type, automute = 0)
if(!M.client)
usr << "<font color='red'>Error: cmd_admin_mute: This mob doesn't have a client tied to it.</font>"
if(M.client.holder)
usr << "<font color='red'>Error: cmd_admin_mute: You cannot mute an admin.</font>"
usr << "<font color='red'>Error: cmd_admin_mute: You cannot mute an admin/mod.</font>"
if(!M.client) return
if(M.client.holder) return