Skip to content

feat(command): .ticket payload help rows (Rel22_05_006)#155

Open
MadMaxMangos wants to merge 1 commit into
masterfrom
feature/ticket-payload-commands
Open

feat(command): .ticket payload help rows (Rel22_05_006)#155
MadMaxMangos wants to merge 1 commit into
masterfrom
feature/ticket-payload-commands

Conversation

@MadMaxMangos

@MadMaxMangos MadMaxMangos commented Jul 6, 2026

Copy link
Copy Markdown
Member

What

Adds command-table help rows for the new read-only .ticket payload {list|show|ping} GM subcommands from the server ticket-console feature. Update Rel22_05_006, chained 22/05/005 → 22/05/006.

Why

The server registers .ticket payload (GMTicketCommands.cpp / Chat.cpp) to push the open GM ticket queue to a GM's ZeroGM addon over the addon channel. The commands are already gated in code (SEC_GAMEMASTER); this gives .help a description at each level and keeps the command table complete.

Details

  • Four rows at security 2 (GAMEMASTER) — matching the code gate and the sibling ticket close|list|show rows: ticket payload (group), ticket payload list, ticket payload show, ticket payload ping.
  • Standard transactional update_mangos template (clone of Rel22_05_002); FullDB dump untouched (regenerated per convention). Read-only commands, no schema change.

Pairs with

Server PR feat(ticket): .ticket payload subcommands. The commands function without this update (code-enforced security); this adds their help text.

🤖 Generated with Claude Code


This change is Reviewable

Adds command-table help for the new read-only .ticket payload list|show|ping
subcommands (server GMTicketCommands.cpp / Chat.cpp) used by the ZeroGM
ticket-console addon. Security 2 (GAMEMASTER) matches the in-code SEC_GAMEMASTER
gate and the sibling ticket close|list|show rows. Chains 22/05/005 -> 22/05/006.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant