next steps pokerthcleaner, read config file with badwords and settings, warn + kick procedure

This commit is contained in:
doitux
2009-07-19 23:14:27 +00:00
parent 7513742d29
commit 4acc9ec234
12 changed files with 856 additions and 42 deletions
+18 -5
View File
@@ -5,19 +5,32 @@ CODECFORSRC = UTF-8
QT += network
QT -= gui
TARGET = chatcleaner
CONFIG += console
CONFIG += console debug
CONFIG -= app_bundle
MOC_DIR = mocs
OBJECTS_DIR = obj
TEMPLATE = app
INCLUDEPATH += src/ src/chatcleaner/
DEPENDPATH += src/ src/chatcleaner/
INCLUDEPATH += src/ \
src/third_party/tinyxml \
src/chatcleaner/
DEPENDPATH += src/ \
src/third_party/tinyxml \
src/chatcleaner/
SOURCES += chatcleaner.cpp \
cleanerserver.cpp \
messagefilter.cpp \
badwordcheck.cpp \
textfloodcheck.cpp
textfloodcheck.cpp \
cleanerconfig.cpp \
tinystr.cpp \
tinyxml.cpp \
tinyxmlerror.cpp \
tinyxmlparser.cpp
HEADERS += cleanerserver.h \
messagefilter.h \
badwordcheck.h \
textfloodcheck.h
textfloodcheck.h \
cleanerconfig.h \
tinyxml.h \
tinystr.h