-
Notifications
You must be signed in to change notification settings - Fork 36
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
Suggestions for improvement #16
Comments
Suggestion for command if possible tho: !kick "player" - starts vote for player to be kicked |
Is it possible for anyone other than the room creator to change the lobby password?
we can check current active mods using "!mp settings" command.
In fact, that behavior was implemented once, but is now disabled.
I want to implement it if I can afford it. I am also considering a function that automatically kicks the AFK player. |
I like the idea of the irc client automatically kicking afk players. Could there be a way for someone to voluntarily set themselves as afk if they want to skip the next beatmap to take a break? I see that this auto host bot has that feature and I feel like it'd be interesting to implement (look for the !afk command) (https://github.com/tempaccount140/osu-auto-host). Also I wanted to mention that a friend and I figured out that we were able to kick people by using the !mp kick username command if you were the creator of the lobby, or you are a referee of the lobby (do !addref username to add people as a ref) (https://osu.ppy.sh/wiki/en/osu%21tourney/Tournament_Management_Commands). Understandable with the DT/NC stopper being difficult to implement. In the meantime, I suppose we can just micromanage that with the creator of the lobby and any additional referees in the lobby trying to prevent the current host using DT or NC for trolling or when a majority of the lobby doesn't want it turned on. Been having fun using this irc client in my lobby and I feel like this makes for a great osu multiplayer experience so far. Can't wait to see more updates with this. |
Alright thanks for the update Meowhal |
Is there a way to implement a username checker? There's lots of troll out there and I think it would be great to add a "Exclusion" list or basically ban list due to repeat offending and trolling the lobby. And also is it possible to implement lobby name checker? Incase if people keep changing the original lobby name |
Implemented the deny list function in version 1.5.3. The list can be written to the configuration file (
The bot can see the current lobby name through the lobby history only at the beginning of the match. If someone changes the lobby name, the following log will be output.
However, the bot does not have the ability to change the lobby name. |
Was suggesting if it's possible to provide the ability to keep lobby name for the bot, like instead of keep size it's keep lobby name, and will revert back any changes to the previous name set initially or manually typed in config files. I'm not sure how it will work or if it's even gonna work haha For the Map Rotating is it possible to turn it back on? Like setting maximum of 3 violation before the host was passed to someone else |
Unfortunately, We cannot change the lobby name from the bot. osu's bancho does not provide such a feature. Only the host can change manually.
Am I correct in understanding that if the host selects a map that violates the rules more than a certain number of times, the host will move on to the next person? |
Im not sure if this fits on this particular ticket, but the freemod reset each map if it was already freemod removes everyone's mod and after a while its really annoying I try to HR all maps |
thank you for let me know |
in reference to this, if you pick a map that is under the violation range but with dt is in the range, the bot will give you a violation even though the map is technically in range.
ties into the statement above, until 2nd is solved you should probably change the dialogue of the violation to let people know that dt currently doesn't work so people dont try to put other dt maps. As i had just encountered the issue and had it auto skip me cuz I had no idea dt was broken |
Sorry for the inconvenience. I'll add a message that dt not work correctly. |
I'm wondering if there's a way to find out the difficulty of the map that applied some mods. |
This would require star rating calculator from osu!lazer. |
A couple of suggestions for improvement for the bot to function better in multiplayer lobbies.
1st. Password change tolerance
If someone spam changes the password to try and get the bot spamming !mp password, silencing the bot and player, the bot should have a tolerance to check who is the host when changing passwords and ban the changer of passwords.
2nd. DT/NC/HR stopper
When a map is picked, and the star rating after adding DT/NC or HR* (*in nomod mode) is higher than the set regulation, the mods will be disabled and reset back to freemod or nomod. If the player constantly tries to redo the mods back into DT/NC or HR, the bot will do number 3.
3rd. Map rotating
If a player continually picks maps higher than the current regulation star maximum/minimum or length maximum/minimum, the host will auto-rotate the host to the next person in the queue.
The text was updated successfully, but these errors were encountered: