chatcleaner: initial letter repetition check

This commit is contained in:
doitux
2009-07-31 11:07:44 +00:00
parent 3e8512a2ea
commit 0a41384d9e
6 changed files with 63 additions and 4 deletions
+2 -1
View File
@@ -43,7 +43,7 @@ using namespace std;
CleanerConfig::CleanerConfig()
{
// !!!! Revisionsnummer der Configdefaults !!!!!
configRev = 3;
configRev = 4;
// Pfad und Dateinamen setzen
#ifdef _WIN32
@@ -117,6 +117,7 @@ CleanerConfig::CleanerConfig()
configList.push_back(ConfigInfo("WarnLevelToKick", CONFIG_TYPE_INT, "2"));
configList.push_back(ConfigInfo("TextFloodLevelToTrigger", CONFIG_TYPE_INT, "3"));
configList.push_back(ConfigInfo("CapsFloodCapsNumberToTrigger", CONFIG_TYPE_INT, "10"));
configList.push_back(ConfigInfo("LetterRepeatingNumberToTrigger", CONFIG_TYPE_INT, "10"));
list<string> badWordsList;