From 65411e9bb86d97e33dce3f445f66faca178e35d2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Jan 2016 17:07:15 +0300 Subject: Add bot checker configuration keys for auto deletion. --- src/configuration.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/configuration.cpp') diff --git a/src/configuration.cpp b/src/configuration.cpp index 920e64526..cbe392f45 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -29,6 +29,9 @@ #include "utils/delete2.h" #include "utils/paths.h" +#ifdef DEBUG_CONFIG +#include "utils/stringmap.h" +#endif #include "debug.h" @@ -48,7 +51,11 @@ Configuration paths; // XML default paths information reader const std::string unusedKeys[] = { + "BotCheckerWindowSticky", "afkmessage", + "BotCheckerWindowVisible", + "BotCheckerWindowWinX", + "BotCheckerWindowWinY", "hideShield", "AttackRange", "emoteshortcut0", -- cgit v1.2.3-60-g2f50