We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31248a1 commit 3198beeCopy full SHA for 3198bee
1 file changed
modular_meta/features/bot_topic/code/ticket_integration.dm
@@ -12,6 +12,7 @@
12
/proc/get_ticket_info(message, ticket_id, ckey, admin, new_ticket, engager) //called at adminhelp ln 762
13
var/list/processed_message = list(
14
"type" = "admin_ticket",
15
+ "ticket_id" = ticket_id,
16
"message" = message,
17
"by_whom" = ckey,
18
"is_admin" = admin,
0 commit comments