feat(command): .ticket payload help rows (Rel22_05_006)#155
Open
MadMaxMangos wants to merge 1 commit into
Open
feat(command): .ticket payload help rows (Rel22_05_006)#155MadMaxMangos wants to merge 1 commit into
MadMaxMangos wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
command-table help rows for the new read-only.ticket payload {list|show|ping}GM subcommands from the server ticket-console feature. UpdateRel22_05_006, chained22/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.helpa description at each level and keeps thecommandtable complete.Details
ticket close|list|showrows:ticket payload(group),ticket payload list,ticket payload show,ticket payload ping.update_mangostemplate (clone ofRel22_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