Replace another instance of IRC with Discord in ahelp verbs

This commit is contained in:
Heroman3003
2020-08-22 12:13:10 +10:00
committed by GitHub
parent 16465b5618
commit 34eb48c770

View File

@@ -183,7 +183,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
var/admin_number_present = send2irc_adminless_only(initiator_ckey, name)
log_admin("Ticket #[id]: [key_name(initiator)]: [name] - heard by [admin_number_present] non-AFK admins who have +BAN.")
if(admin_number_present <= 0)
to_chat(C, "<span class='notice'>No active admins are online, your adminhelp was sent to the admin irc.</span>")
to_chat(C, "<span class='notice'>No active admins are online, your adminhelp was sent to the admin discord.</span>") //VOREStation Edit
GLOB.ahelp_tickets.active_tickets += src
/datum/admin_help/Destroy()