next steps pokerthcleaner, read config file with badwords and settings, warn + kick procedure
This commit is contained in:
@@ -8,7 +8,10 @@ Q_OBJECT
|
||||
public:
|
||||
BadWordCheck();
|
||||
|
||||
void setBadWords(QStringList bw) { badWords = bw; }
|
||||
|
||||
bool run(QString);
|
||||
|
||||
private:
|
||||
|
||||
QStringList badWords;
|
||||
|
||||
Reference in New Issue
Block a user