diff --git a/server/chat-plugins/helptickets.ts b/server/chat-plugins/helptickets.ts index 79e515f927..73f826064b 100644 --- a/server/chat-plugins/helptickets.ts +++ b/server/chat-plugins/helptickets.ts @@ -361,7 +361,6 @@ export class HelpTicket extends Rooms.RoomGame { switch (this.ticket.type) { case 'Appeal': case 'IP-Appeal': - case 'ISP-Appeal': this.result = (result ? 'approved' : 'denied'); break; case 'PM Harassment': @@ -841,7 +840,6 @@ const ticketTitles: {[k: string]: string} = { inappokemon: `Inappropriate Pokemon Nicknames`, appeal: `Appeal`, ipappeal: `IP-Appeal`, - appealsemi: `ISP-Appeal`, roomhelp: `Public Room Assistance Request`, other: `Other`, }; @@ -881,7 +879,6 @@ const ticketPages: {[k: string]: string} = { confirminappokemon: `Report inappropriate Pokemon nicknames`, confirmappeal: `Appeal your lock`, confirmipappeal: `Appeal IP lock`, - confirmappealsemi: `Appeal ISP lock`, confirmroomhelp: `Call a Global Staff member to help`, confirmother: `Call a Global Staff member`, }; @@ -1410,14 +1407,10 @@ export const pages: Chat.PageTable = { break; case 'hasautoconfirmed': buf += `
${this.tr`Login to your autoconfirmed account by using the /nick command in any chatroom, and the semilock will automatically be removed. Afterwards, you can use the /nick command to switch back to your current username without being semilocked again.`}
${this.tr`If the semilock does not go away, you can try asking a global staff member for help. Click the button below to call a global staff member.`}
`; - if (!isLast) break; - buf += ``; + buf += `${this.tr`If the semilock does not go away, you can try asking a global staff member for help.`}
`; break; case 'lacksautoconfirmed': - buf += `${this.tr`If you don't have an autoconfirmed account, you will need to contact a global staff member to appeal your semilock. Click the button below to call a global staff member.`}
`; - if (!isLast) break; - buf += ``; + buf += `${this.tr`If you don't have an autoconfirmed account, you will need to contact a global staff member to appeal your semilock.`}
`; break; case 'appealother': buf += `${this.tr`Please PM the staff member who punished you. If you don't know who punished you, ask another room staff member; they will redirect you to the correct user. If you are banned or blacklisted from the room, use /roomauth [name of room] to get a list of room staff members. Bold names are online.`}