-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nicknames #3
Milestone
Comments
qaisjp
added a commit
that referenced
this issue
Dec 25, 2017
- Moves the clean code out of the ircnick package and into the main package. - Stores DiscordUser in the ircConnection rather than storing individual details here and there. - Handle nickname length (does not handle username length though)
Almost done here, I think a major refactor will be required to handle name conflicts correctly (especially at nickname size boundaries). |
No refactor necessary. discordgo's Just need to handle sanitisation of usernames (usernames are given the same amount of freedom as nicknames...), and we're done here! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nicknames must only use NICK_C chars, must not start with a '-' or a digit
limit is 30 characters, needs to handle conflicts
potential solution:
The text was updated successfully, but these errors were encountered: