marceldev89 / BattleNET

BattlEye Protocol Library and Client
GNU Lesser General Public License v3.0
76 stars 44 forks source link

Ban/AddBan command is missing from EBattlEyeCommand #12

Closed Wotuu closed 11 years ago

Wotuu commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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

Wotuu commented 11 years ago

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