From 3923f4b91e09a7c6705227683769cf795ecf07a3 Mon Sep 17 00:00:00 2001
From: SomeGuyEatingPie <94908713+SomeGuyEatingPie@users.noreply.github.com>
Date: Fri, 6 May 2022 12:42:24 +0100
Subject: [PATCH] Changeed Ahelp message
When submitting an adminhelp without an admin present, the game tells players the message has been sent to the discord.
Now the game tells players to submit their ahelp to the discord channel.
---
code/modules/admin/verbs/adminhelp.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm
index 269d96ec..4fee66aa 100644
--- a/code/modules/admin/verbs/adminhelp.dm
+++ b/code/modules/admin/verbs/adminhelp.dm
@@ -211,7 +211,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
var/admin_number_present = send2irc_adminless_only(initiator_ckey, "Ticket #[id]: [name]")
log_admin_private("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, "No active admins are online, your adminhelp was sent to the Discord.")
+ to_chat(C, "No active admins are online. **Please send your Adminhelp to the discord channel with an '@Admin'**.")
//hyper change, because we have our own bot, the notification has to be loaded into a file, for the bot to read.
fdel("Hyperbot/ahelp.txt")
var botmsg = "**[initiator_key_name]** *([GLOB.round_id])*```[msg]```"