You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
When log in is successful the system should check if the user's nick begins with the guest prefix. If so, it should attempt to change the user's nickname to the last attempted non-guest nickname or, if that is now taken, to one of the user's attached nicknames in order of age.
For example:
I join chat as Fugiman
Since I don't login, my nick is changed to Busser123456
Fugi changes nick to Fugiman
I login
The system sees I was a guest and tries to give my Fugiman, but it's taken
They system looks up my attached nicks and sees they are "Fugiman" and "Fugi" (in that order)
Since Fugiman is taken, it assigns me Fugi
Busser123456 is now known as Fugi
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When log in is successful the system should check if the user's nick begins with the guest prefix. If so, it should attempt to change the user's nickname to the last attempted non-guest nickname or, if that is now taken, to one of the user's attached nicknames in order of age.
For example:
I join chat as Fugiman
Since I don't login, my nick is changed to Busser123456
Fugi changes nick to Fugiman
I login
The system sees I was a guest and tries to give my Fugiman, but it's taken
They system looks up my attached nicks and sees they are "Fugiman" and "Fugi" (in that order)
Since Fugiman is taken, it assigns me Fugi
Busser123456 is now known as Fugi
The text was updated successfully, but these errors were encountered: