Skip to content

Fix escaped command prefix in display output#117

Merged
typhonius merged 1 commit into
v3from
fix/commands-display-escape
Mar 27, 2026
Merged

Fix escaped command prefix in display output#117
typhonius merged 1 commit into
v3from
fix/commands-display-escape

Conversation

@typhonius

Copy link
Copy Markdown
Owner

Summary

commands.pm used common_escape_string (quotemeta) on the command prefix for display text, turning - into \- in the commands list. The escaped form is only needed for regex matching ($::c), not display.

Bumps version to 3.0.1.

Test plan

  • -commands should show -alert, -ban etc. (no backslash)
  • -commands alert should show -alert: (no backslash)

🤖 Generated with Claude Code

commands.pm used common_escape_string (quotemeta) on the command prefix
for display text, turning "-" into "\-" in the commands list. The
escaped form is only needed for regex matching ($::c), not display.

Bump version to 3.0.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@typhonius typhonius merged commit 68a99f3 into v3 Mar 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant