Skip to content

feat: CS AMODE: Allow adding multiple targets to mode changes#2318

Open
majiayu000 wants to merge 1 commit intoergochat:masterfrom
majiayu000:fix-1515-cs-amode-allow-adding-multiple-1231-0346
Open

feat: CS AMODE: Allow adding multiple targets to mode changes#2318
majiayu000 wants to merge 1 commit intoergochat:masterfrom
majiayu000:fix-1515-cs-amode-allow-adding-multiple-1231-0346

Conversation

@majiayu000
Copy link

Fixes #1515

Changes

  • Allow CS AMODE to set the same mode on multiple accounts in one command
  • Syntax: AMODE #channel +o alice bob charlie grants +o to all three accounts
  • Updated help text to document the new multiple account syntax
  • Each account is validated and processed individually with per-account error reporting

This allows users to grant or revoke persistent channel modes on
multiple accounts in a single command, e.g.:

  /msg ChanServ AMODE #channel +o alice bob charlie

This sets +o on all three accounts in one command instead of
requiring separate commands for each account.

Fixes ergochat#1515

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: majiayu000 <1835304752@qq.com>
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.

CS AMODE: Allow adding multiple targets to potentially multiple mode changes

1 participant