improvements to getresponse, prune and clr (performance/ratelimit)

This commit is contained in:
Master Kwoth
2016-02-05 18:17:48 +01:00
parent 95cc71b787
commit 62b2f0c869
3 changed files with 74 additions and 42 deletions

View File

@@ -12,7 +12,7 @@ namespace NadekoBot
{
public class NadekoStats
{
public string BotVersion = "0.8-beta7";
public string BotVersion = "0.8-beta8";
private static readonly NadekoStats _instance = new NadekoStats();
public static NadekoStats Instance => _instance;