Skip to content

Commit

Permalink
Merge pull request #3613 from ARF-SS13/IC-Issue-my-rotund-fucking-ass
Browse files Browse the repository at this point in the history
admin HELP ME I'M DYING
  • Loading branch information
Tk420634 authored Oct 27, 2023
2 parents 4efba34 + 362f035 commit 292e93c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/admin/verbs/adminhelp.dm
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
RemoveActive()
state = AHELP_CLOSED
GLOB.ahelp_tickets.ListInsert(src)
to_chat(initiator, span_adminhelp("Ticket closed by an administrator."))
AddInteraction("<font color='red'>Closed by [key_name].</font>")
to_chat(initiator, span_adminhelp("Ticket closed by an administrator!"))
AddInteraction("<font color='blue'>Closed by an administrator, thank you for being patient with us!</font>")
if(!silent)
SSblackbox.record_feedback("tally", "ahelp_stats", 1, "closed")
var/msg = "Ticket [TicketHref("#[id]")] closed by [key_name]."
Expand Down Expand Up @@ -368,9 +368,9 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)

SEND_SOUND(initiator, sound('sound/effects/adminhelp.ogg'))

to_chat(initiator, "<font color='red' size='4'><b>- AdminHelp Rejected by [usr?.client?.holder?.fakekey? usr.client.holder.fakekey : "an administrator"]! -</b></font>")
to_chat(initiator, "<font color='red'><b>Your admin help was rejected.</b> The adminhelp verb has been returned to you so that you may try again.</font>")
to_chat(initiator, "Please try to be calm, clear, and descriptive in admin helps, do not assume the admin has seen any related events, and clearly state the names of anybody you are reporting.")
to_chat(initiator, "<font color='blue' size='8'><b>- AdminHelp flagged for 'lack of context or information' by an administrator! -</b></font>")
to_chat(initiator, "<font color='blue'><b>Your admin help request is lacking in information, please take a moment to make another ahelp and be more verbose on what you're trying to ask. :)</font>")
to_chat(initiator, "Please try to be calm, clear, and descriptive in admin helps, do not assume the admin has seen any related events, and clearly state the names of anybody you are reporting. Also, for the love of god do not escalate the situation, administration needs time to handle any issue, thank you!")

SSblackbox.record_feedback("tally", "ahelp_stats", 1, "rejected")
var/msg = "Ticket [TicketHref("#[id]")] rejected by [key_name]"
Expand All @@ -384,8 +384,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
if(state != AHELP_ACTIVE)
return

var/msg = "<font color='red' size='4'><b>- AdminHelp marked as IC issue by [usr?.client?.holder?.fakekey? usr.client.holder.fakekey : "an administrator"]! -</b></font><br>"
msg += "<font color='red'>Your ahelp is unable to be answered properly due to events occurring in the round. Your question probably has an IC answer, which means you should deal with it IC!</font>"
var/msg = "<font color='red' size='8'><b>- AdminHelp marked as an active issue by an administrator! They will look into it ASAP. -</b></font><br>"
msg += "<font color='green'>Your AHELP is being investigated by an administrator. For now please treat this issue as though it is an IN CHARACTER happening. Please do not linger on it, let staff do their job so that the situation can be resolved. Thank you!</font>"
if(initiator)
to_chat(initiator, msg)

Expand Down

0 comments on commit 292e93c

Please sign in to comment.