next steps pokerthcleaner, read config file with badwords and settings, warn + kick procedure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user