Added logs tab to allow moderators the ability to review log history/details

This commit is contained in:
woogerboy21 2015-09-18 22:32:53 -04:00
parent e68b8b314a
commit 62ffcde6bd
15 changed files with 581 additions and 18 deletions

View file

@ -55,6 +55,7 @@ message Response {
BAN_HISTORY = 1012;
WARN_HISTORY = 1013;
WARN_LIST = 1014;
VIEW_LOG = 1015;
REPLAY_LIST = 1100;
REPLAY_DOWNLOAD = 1101;
}