admins are now shown as afk while afk; also converts admins to managed global (#4722)

i also removed devs/EMs/mods from the adminwho system because *it's a
stupid system and we don't need it*

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-11-16 21:41:03 -08:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 62fa267624
commit d44d06d7a4
17 changed files with 67 additions and 142 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@
var/mob/M = locate(href_list["take_question"])
if(ismob(M))
var/take_msg = "<span class='notice'><b>ADMINHELP</b>: <b>[key_name(usr.client)]</b> is attending to <b>[key_name(M)]'s</b> adminhelp, please don't dogpile them.</span>"
for(var/client/X in admins)
for(var/client/X in GLOB.admins)
if((R_ADMIN|R_MOD|R_EVENT|R_SERVER) & X.holder.rights)
to_chat(X, take_msg)
to_chat(M, "<span class='notice'><b>Your adminhelp is being attended to by [usr.client]. Thanks for your patience!</b></span>")