diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-18 17:07:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-18 17:07:15 +0300 |
commit | 65411e9bb86d97e33dce3f445f66faca178e35d2 (patch) | |
tree | 85dba9f6ccbbf1a2ac0642fe8cd4bdc269e81ada /src/configuration.cpp | |
parent | a1707daab655e01a40693cc578ad221e6d712bfc (diff) | |
download | plus-65411e9bb86d97e33dce3f445f66faca178e35d2.tar.gz plus-65411e9bb86d97e33dce3f445f66faca178e35d2.tar.bz2 plus-65411e9bb86d97e33dce3f445f66faca178e35d2.tar.xz plus-65411e9bb86d97e33dce3f445f66faca178e35d2.zip |
Add bot checker configuration keys for auto deletion.
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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", |