MSay/ASay perm changes

This commit is contained in:
Unknown
2019-12-21 10:44:53 -05:00
parent dba6980b8d
commit 40ade46d39

View File

@@ -2,7 +2,7 @@
set category = "Special Verbs"
set name = "Asay" //Gave this shit a shorter name so you only have to time out "asay" rather than "admin say" to use it --NeoFite
set hidden = 1
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN|R_STEALTH)) //VOREStation Edit
return
msg = sanitize(msg)
@@ -23,7 +23,7 @@
set name = "Msay"
set hidden = 1
if(!check_rights(R_ADMIN|R_MOD|R_SERVER))
if(!check_rights(R_ADMIN|R_MOD|R_SERVER|R_STEALTH)) //VOREStation Edit
return
msg = sanitize(msg)