add gsc api controller for communicating with gsc

add ignore bots option
fix first localization message not working
This commit is contained in:
RaidMax
2018-10-13 18:49:08 -05:00
parent dded60a6ef
commit a58726d872
7 changed files with 60 additions and 11 deletions

View File

@ -21,6 +21,7 @@ namespace SharedLibraryCore.Configuration
public string DatabaseProvider { get; set; } = "sqlite";
public string ConnectionString { get; set; }
public int RConPollRate { get; set; } = 5000;
public bool IgnoreBots { get; set; }
public string Id { get; set; }
public List<ServerConfiguration> Servers { get; set; }
public int AutoMessagePeriod { get; set; }