Merge pull request #3775 from DJSnapshot/adminfeatures

expanded mod powers
This commit is contained in:
Chinsky
2013-10-15 00:24:39 -07:00
3 changed files with 11 additions and 7 deletions
+1 -1
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