mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 02:12:14 +00:00
[MIRROR] Fixes IRC ahelp answer notifications (#2888)
* Merge pull request #30912 from tgstation/Cyberboss-patch-4 Fixes IRC ahelp answer notifications * Fixes IRC ahelp answer notifications
This commit is contained in:
committed by
Poojawa
parent
8c6c57ff32
commit
fd64d4fdfa
@@ -211,7 +211,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
|
||||
return ..()
|
||||
|
||||
/datum/admin_help/proc/AddInteraction(formatted_message)
|
||||
if(heard_by_no_admins && usr && usr.client != initiator)
|
||||
if(heard_by_no_admins && usr && usr.ckey != initiator_ckey)
|
||||
heard_by_no_admins = FALSE
|
||||
send2irc(initiator_ckey, "Ticket #[id]: Answered by [key_name(usr)]")
|
||||
_interactions += "[gameTimestamp()]: [formatted_message]"
|
||||
|
||||
Reference in New Issue
Block a user