mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Ports ticket system overhaul from downstream (#17063)
* Ports ticket system overhaul from downstream * Various fixes * fixes * Update tickets.dm * Update tickets.dm * Update ticket.dm * Refactor --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -735,3 +735,14 @@
|
||||
|
||||
/datum/config_entry/flag/pixel_size_limit
|
||||
default = FALSE
|
||||
|
||||
/// These are for tgs4 channels, for discord chatbots used in TGS.
|
||||
/datum/config_entry/string/ahelp_channel_tag
|
||||
|
||||
/// Turn this off if you don't want the TGS bot sending you messages whenever an ahelp ticket is created.
|
||||
/datum/config_entry/flag/discord_ahelps_disabled
|
||||
default = FALSE
|
||||
|
||||
/// Turn this on if you want all admin-PMs to go to be sent to discord, and not only the first message of a ticket.
|
||||
/datum/config_entry/flag/discord_ahelps_all
|
||||
default = FALSE
|
||||
|
||||
Reference in New Issue
Block a user