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
-1
View File
@@ -5,6 +5,5 @@ int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
CleanerServer server;
qsrand(QTime(0,0,0).secsTo(QTime::currentTime()));
return a.exec();
}