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

Better means of listing generic autogenerated lobby names #97

Open
drivver44 opened this issue Apr 17, 2023 · 3 comments
Open

Better means of listing generic autogenerated lobby names #97

drivver44 opened this issue Apr 17, 2023 · 3 comments

Comments

@drivver44
Copy link

Currently each generic lobby name copies makes is impossible to identify what lobby is which.
This forces players to search the player lists or join the rooms to see who is where.
This also does not help the fact that the !promote command for generic rooms does not well identify well which room is being promoted,.

relevant code link that Beherith gave me

if len(playersInMyBattle) != 0:

I propose to do the following
each lobby would report an identifiable number after its generic name to differentiate between the lobbies.
instead of seeing

  • Team 8v8 MAPNAME

i propose

  • Team 8v8 lobbynumber MAPNAME

I think this would be a good first issue for me

@Beherith
Copy link
Contributor

Map name is already right there:
image

@Beherith
Copy link
Contributor

promote should be deprecated imo

@drivver44
Copy link
Author

promote should be deprecated imo

yes that would be the best case moving forward

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

No branches or pull requests

2 participants