mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Added the ability or moderation staff to request user ban history
This commit is contained in:
parent
3bc61eb2e9
commit
90cb890cc2
17 changed files with 140 additions and 4 deletions
10
common/pb/response_ban_history.proto
Normal file
10
common/pb/response_ban_history.proto
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
syntax = "proto2";
|
||||
import "response.proto";
|
||||
import "serverinfo_ban.proto";
|
||||
|
||||
message Response_BanHistory{
|
||||
extend Response {
|
||||
optional Response_BanHistory ext = 1012;
|
||||
}
|
||||
repeated ServerInfo_Ban ban_list = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue