Skip to content

Conversation

@michaelortmann
Copy link
Member

Found by: https://github.com/crazycatdevs
Patch by: https://github.com/michaelortmann
Fixes: #1861

One-line summary:
Fix gotmode() regression

Additional description (if needed):
See #1861

Test cases demonstrating functionality (if applicable):
/mode #testchan +vv testuser1 testuser2
Before:

[21:40:19] [@] :michael!~michael@localhost MODE #testchan +vv testuser1 testuser2
[21:40:19] #testchan: mode change '+vv testuser1' by michael!~michael@localhost
[21:40:19] * Mode change on #testchan for nonexistent !

After:

[21:59:58] [@] :michael!~michael@localhost MODE #testchan +vv testuser1 testuser2
[21:59:58] #testchan: mode change '+vv testuser1 testuser2' by michael!~michael@localhost

@crazycatdevs
Copy link
Contributor

Tested on the same bot than previously, no more error message

@vanosg vanosg added this to the v1.10.2 milestone Nov 30, 2025
@vanosg vanosg merged commit 210a3a4 into eggheads:develop Dec 7, 2025
26 checks passed
@michaelortmann michaelortmann deleted the fix.gotmode.regression branch December 7, 2025 20:48
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.

Multiple mode triggers an error

3 participants