Skip to content

Fix the stray brackets in ChanServ :info's operator list - #63

Open
tomjn wants to merge 1 commit into
ScarylePoo:masterfrom
tomjn:fix/chanserv-info-operator-list
Open

tomjn wants to merge 1 commit into
ScarylePoo:masterfrom
tomjn:fix/chanserv-info-operator-list

Conversation

@tomjn

@tomjn tomjn commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

ChanServ :info closed the operator list after every operator, so a channel with two of them read Operator list is [bob] carol], and a third added another bracket. One operator looked fine, which is why it lasted.

The script covers no operators, one, and two, because the empty case shares the same flag that decides the bracket.

Fixes #59.

The closing bracket was added after every operator, so two operators read [bob] carol]. Fixes ScarylePoo#59.
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.

ChanServ :info closes the operator list after every operator, so two operators read as [bob] carol]

1 participant