-
Notifications
You must be signed in to change notification settings - Fork 10
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
changes of nick aren't serialized #50
Comments
ccutrer
added a commit
to ccutrer/tkellem
that referenced
this issue
Nov 16, 2013
fixes codekitchen#50 * only auto-retry-nick change when connecting * serialize new nick to db when it is changed successfully * don't count a client's NICK command as successfully changing the nick
ccutrer
added a commit
to ccutrer/tkellem
that referenced
this issue
Nov 21, 2013
fixes codekitchen#50 * only auto-retry-nick change when connecting * serialize new nick to db when it is changed successfully * don't count a client's NICK command as successfully changing the nick
ccutrer
added a commit
to ccutrer/tkellem
that referenced
this issue
Nov 21, 2013
fixes codekitchen#50 * only auto-retry-nick change when connecting * serialize new nick to db when it is changed successfully * don't count a client's NICK command as successfully changing the nick
ccutrer
added a commit
to ccutrer/tkellem
that referenced
this issue
Nov 25, 2013
fixes codekitchen#50 * only auto-retry-nick change when connecting * serialize new nick to db when it is changed successfully * don't count a client's NICK command as successfully changing the nick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nothing is ever saved in to the NetworkUser.nick field, so if your nick doesn't match your username, you have to change it every time tkellem is restarted
The text was updated successfully, but these errors were encountered: