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

Ban/AddBan command is missing from EBattlEyeCommand #12

Closed
Wotuu opened this issue Dec 17, 2012 · 3 comments
Closed

Ban/AddBan command is missing from EBattlEyeCommand #12

Wotuu opened this issue Dec 17, 2012 · 3 comments

Comments

@Wotuu
Copy link

Wotuu commented Dec 17, 2012

As stated, the ban event is missing from the enum EBattlEyeCommand. I can't find a use for the "#exec ban" command that is present, and calling the command didn't ban a user. Adding the new commands like so;

    [Description("ban")] Ban,
    [Description("addBan")] AddBan,

and calling it as specified here http://forums.bistudio.com/showthread.php?96228-BattlEye-GUID-banning worked fine.

Suggested to add above commands to the EBattlEyeCommand enum to simplify the process of banning someone (or fixing it if it's regarded as broken now).

@Wotuu
Copy link
Author

Wotuu commented Dec 17, 2012

I'd also love to add a label to this issue, but I can't for the life of me find the option to mark this as a "question" or "feature request" or something else.

@marceldev89
Copy link
Owner

Only the owner (and people with commit permissions to the repo) can add labels on GitHub for some reason.

@Wotuu
Copy link
Author

Wotuu commented Dec 17, 2012

Very well! It's sorted now, cheers for that.

st4l pushed a commit to st4l/BattleNET that referenced this issue Jan 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants