-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add ban/kick concommand completion #604
Conversation
huh build failed to configure cmake? |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks aight to me, would be cool to figure out what those flags are.
Would also be cool if unban
would parse banlist or something, since going through the connected players for unban
command completion is a bit dumb...
Command completion is done based on players on the server. `unban` is used on banned players which by definition cannot be on the server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kinda forgot to mention that I already tested this PR and it worked as expected ^^
just adds completion to ban, kick and unban commands.
how test this ??????
try banning, kicking and unbanning someone from the in game console, it should display the closest uid/name to what you typed in :)