Non-unique nicknames with list command #7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, names are all unique due to the nature of the message command. You provide the name of the user you want to message, since the server-generated UUIDs are too long and complicated. This means there are two unique identifiers per user.
Introducing a new command: ls / ll
List all users by their name, and if they have none, their ID. If users with exactly the same name are found, append as much of their ID to their name in the list to make them unique. Use these listed items to provide your chat recipient!