Sends info about banned account cookies and multikeying to admin chats (#31409)

* Sends information about banned account cookies and multikeying to admin chats

* Much saner

Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
kane-f
2021-12-05 18:06:23 +00:00
committed by GitHub
parent 9becf9c771
commit 06587834c9
5 changed files with 28 additions and 14 deletions

View File

@@ -1285,6 +1285,14 @@ var/global/floorIsLava = 0
if (istype(R) && R.emagged)
return TRUE
return (M.mind ? M.mind.antag_roles.len : null)
/proc/get_afk_admins()
var/admin_number_afk = 0
for(var/client/X in admins)
if(X.is_afk())
admin_number_afk++
return admin_number_afk
/*
/datum/admins/proc/get_sab_desc(var/target)
switch(target)