initial capsfloodcheck support

This commit is contained in:
doitux
2009-07-29 23:27:27 +00:00
parent a612cff91f
commit 0356d21e0f
6 changed files with 69 additions and 12 deletions
+12 -10
View File
@@ -5,16 +5,17 @@ CODECFORSRC = UTF-8
QT += network
QT -= gui
TARGET = chatcleaner
CONFIG += console debug
CONFIG += console \
debug
CONFIG -= app_bundle
MOC_DIR = mocs
OBJECTS_DIR = obj
TEMPLATE = app
INCLUDEPATH += src/ \
src/third_party/tinyxml \
src/third_party/tinyxml \
src/chatcleaner/
DEPENDPATH += src/ \
src/third_party/tinyxml \
src/third_party/tinyxml \
src/chatcleaner/
SOURCES += chatcleaner.cpp \
cleanerserver.cpp \
@@ -22,15 +23,16 @@ SOURCES += chatcleaner.cpp \
badwordcheck.cpp \
textfloodcheck.cpp \
cleanerconfig.cpp \
tinystr.cpp \
tinyxml.cpp \
tinyxmlerror.cpp \
tinyxmlparser.cpp
tinystr.cpp \
tinyxml.cpp \
tinyxmlerror.cpp \
tinyxmlparser.cpp \
capsfloodcheck.cpp
HEADERS += cleanerserver.h \
messagefilter.h \
badwordcheck.h \
textfloodcheck.h \
cleanerconfig.h \
tinyxml.h \
tinystr.h
tinyxml.h \
tinystr.h \
capsfloodcheck.h