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
+4
View File
@@ -5,6 +5,7 @@
#include <QtNetwork>
class MessageFilter;
class CleanerConfig;
class CleanerServer: public QObject {
Q_OBJECT
@@ -16,12 +17,15 @@ public:
private slots:
void newCon();
void onRead();
void refreshConfig();
private:
QTcpServer *tcpServer;
QTcpSocket *tcpSocket;
MessageFilter *myMessageFilter;
CleanerConfig *config;
};
#endif // CLEANERSERVER_H