Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ValwareIRC
Copy link
Contributor

No description provided.

@slingamn slingamn added this to the v2.17 milestone Jun 8, 2025
Copy link
Member

@slingamn slingamn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

} else if err == errNameReserved {
errMsg = client.t(err.Error())
failCode = "USERNAME_EXISTS"
failCode = "BAD_ACCOUNT_NAME"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be ACCOUNT_EXISTS as well (it only triggers in rare Ergo configurations, but a typical trigger would be if nickname reservation is not strictly enforced and you're trying to reserve a nick that someone else has GROUP'ed)

@slingamn
Copy link
Member

slingamn commented Jun 8, 2025

I found when/where this was changed: ircv3/ircv3-specifications@dd1efcf

I'll make a PR to update this in irctest, there's a little dance we have to do to keep everything green.

@slingamn
Copy link
Member

slingamn commented Jun 8, 2025

Merged in #2269

@slingamn slingamn closed this Jun 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants