Adds a "Ping all admins" command. (#19918)

* ping all admins

* optional deadmin ping

* aa feedback

* fixes this at AA request

* Update code/modules/admin/verbs/ping_all_admins.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* Update code/modules/admin/admin_verbs.dm

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
S34N
2023-01-11 10:59:22 -06:00
committed by GitHub
co-authored by Sirryan2002
parent ba1fa9fb63
commit a1959e799c
12 changed files with 69 additions and 15 deletions
+1 -1
View File
@@ -331,7 +331,7 @@
// This also has to be manually done since no mob to use check_rights() on
deadmin()
verbs += /client/proc/readmin
GLOB.deadmins += ckey
GLOB.de_admins += ckey
else
on_holder_add()