Fix lack of feedback when users try to reach admins (#22783)

* Players can now see afk mins

It's important that players know ahead of time that their ahelps are not
reaching someone who is currently active

* Add feedback for the player when adminhelping about how many admins saw
their message
This commit is contained in:
oranges
2017-01-12 21:36:46 +13:00
committed by AnturK
parent de454f5a35
commit e5b224fb96
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -80,6 +80,8 @@
msg += "\n"
else
for(var/client/C in admins)
if(C.is_afk())
continue //Don't show afk admins to adminwho
if(!C.holder.fakekey)
msg += "\t[C] is a [C.holder.rank]\n"
msg += "<span class='info'>Adminhelps are also sent to IRC. If no admins are available in game adminhelp anyways and an admin on IRC will see it and respond.</span>"