Diagonal tweaks

This commit is contained in:
Couls
2019-07-12 06:00:19 -04:00
parent cdffdff8a6
commit de5defa936
3 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -185,7 +185,4 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
else
send2irc(source, "[msg] - All admins AFK ([admin_number_afk]/[admin_number_total]) or skipped ([admin_number_ignored]/[admin_number_total])")
return admin_number_present
/client/proc/get_adminhelp()
var/msg = input(src, "Please describe your problem concisely and an admin will help as soon as they're able.", "Adminhelp contents") as text|null
adminhelp(msg)