]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/configreader.cpp
Set topic timestamp on newly created channels to a dummy value to work around bug...
[user/henk/code/inspircd.git] / src / configreader.cpp
index 6444ee211c17bf8361b409b9f1e4e6b4144c7363..d8f7339297cd34fffca141f29df7d308f889815a 100644 (file)
@@ -2372,4 +2372,5 @@ bool DoneELine(ServerConfig* conf, const char* tag)
 void ConfigReaderThread::Run()
 {
        ServerInstance->Config->Read(do_bail, TheUserUID);
+       done = true;
 }