Skip to content
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

If needed, update self.nick when NICK is received #94

Merged
merged 1 commit into from
Oct 25, 2012

Conversation

toolness
Copy link
Contributor

This should fix #93, though I don't know if arbitrarily changing
self.nick in the middle of a session breaks other expectations about
the way the code works.

This should fix martynsmith#93, though I don't know if arbitrarily changing
self.nick in the middle of a session breaks other expectations about
the way the code works.
@katanacrimson
Copy link
Contributor

Why hasn't this moved? Ping @martynsmith

@martynsmith
Copy link
Owner

Okay, that looks like a perfectly reasonable patch (self.nick should always be set to whatever the server thinks your nick is).

martynsmith added a commit that referenced this pull request Oct 25, 2012
If needed, update self.nick when NICK is received
@martynsmith martynsmith merged commit 571928d into martynsmith:master Oct 25, 2012
@toolness
Copy link
Contributor Author

Awesome, thanks @martynsmith!!

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.

Issuing NICK during session breaks JOIN
3 participants