From 417a2aad514b897d1ff6f13dc83bf15b5c9ae7c6 Mon Sep 17 00:00:00 2001
From: Guangcong Luo
Date: Mon, 25 Dec 2017 06:13:36 -0600
Subject: [PATCH] Fix spacing for Ticketban button
---
chat-plugins/helptickets.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {