Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
serverinfo_warning.proto
Go to the documentation of this file.
1syntax = "proto2";
2/*
3 * Historical warning information stored in the warnings table
4 */
6 optional string user_name = 1; // name of user being warned
7 optional string admin_name = 2; // name of the moderator making the warning
8 optional string reason = 3; // type of warning being placed
9 optional string time_of = 4; // time of warning
10}
syntax
Definition admin_commands.proto:1
Definition serverinfo_warning.proto:5
optional string user_name
name of user being warned
Definition serverinfo_warning.proto:6
optional string time_of
time of warning
Definition serverinfo_warning.proto:9
optional string reason
type of warning being placed
Definition serverinfo_warning.proto:8
optional string admin_name
name of the moderator making the warning
Definition serverinfo_warning.proto:7