add ban management page

This commit is contained in:
RaidMax
2022-06-05 16:27:56 -05:00
parent c493fbe13d
commit acc967e50a
11 changed files with 484 additions and 86 deletions

View File

@ -47,6 +47,8 @@ namespace SharedLibraryCore
public static char[] DirectorySeparatorChars = { '\\', '/' };
public static char CommandPrefix { get; set; } = '!';
public static string ToStandardFormat(this DateTime? time) => time?.ToString("yyyy-MM-dd H:mm:ss");
public static EFClient IW4MAdminClient(Server server = null)
{
return new EFClient