Merge pull request #3386 from Citadel-Station-13/upstream-merge-31670

[MIRROR] IC Issue also tells the ahelper that their ticket has been resolved
This commit is contained in:
LetterJay
2017-10-14 16:20:30 -04:00
committed by GitHub
+1 -1
View File
@@ -335,10 +335,10 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
addtimer(CALLBACK(initiator, /client/proc/giveadminhelpverb), 50)
AddInteraction("<font color='green'>Resolved by [key_name].</font>")
to_chat(initiator, "<span class='adminhelp'>Your ticket has been resolved by an admin. The Adminhelp verb will be returned to you shortly.</span>")
if(!silent)
SSblackbox.inc("ahelp_resolve")
var/msg = "Ticket [TicketHref("#[id]")] resolved by [key_name]"
to_chat(initiator, "<span class='adminhelp'>Your ticket has been resolved by an admin. The Adminhelp verb will be returned to you shortly.</span>")
message_admins(msg)
log_admin_private(msg)