Skip to content

Commit

Permalink
Update adminsay.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilbyspaceclone authored Feb 4, 2024
1 parent 27a5cae commit 0fc25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/adminsay.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADMIN_VERB_ADD(/client/proc/cmd_admin_say, R_ADMIN|R_MOD, TRUE)
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)) return
if(!check_rights(R_ADMIN|R_MOD)) return

msg = sanitize(msg)
if(!msg) return
Expand Down

0 comments on commit 0fc25eb

Please sign in to comment.