diff --git a/chat-plugins/helptickets.js b/chat-plugins/helptickets.js index 60e9bec6b4..c88bb417c8 100644 --- a/chat-plugins/helptickets.js +++ b/chat-plugins/helptickets.js @@ -419,7 +419,7 @@ exports.commands = { modjoin: (upper ? '&' : '%'), auth: {[user.userid]: '+'}, introMessage: `

Help Ticket - ${user.name}

Issue: ${ticket.type}
${upper ? `An Upper` : `A Global`} Staff member will be with you shortly.

${contexts[target] ? `

${contexts[target]}

` : ``}`, - staffMessage: `${upper ? `

Do not post sensitive information in this room.

Drivers and moderators can access this room's logs via the log viewer; please PM the user instead.

` : ``}

${upper ? `` : ``}

`, + staffMessage: `${upper ? `

Do not post sensitive information in this room.

Drivers and moderators can access this room's logs via the log viewer; please PM the user instead.

` : ``}

${upper ? `` : ``}

`, }); helpRoom.game = new HelpTicket(helpRoom, ticket); } else {