]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/inspircd.cpp
Dont propogate K-lines
[user/henk/code/inspircd.git] / src / inspircd.cpp
index 2f00b9f2e7cb3e5278a1a3c955ed57d9a9ab26d7..f62e2a74bf2fb618cc2407fe40ea8d6be3dd01a7 100644 (file)
@@ -437,7 +437,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
        Config->Read(true, NULL);
 
        // Get XLine to do it's thing.
-       this->XLines->CheckELines(this->XLines->lookup_lines['E']);
+       this->XLines->CheckELines();
        this->XLines->ApplyLines();
        
        this->Modules->modules.resize(255);
@@ -635,7 +635,6 @@ int InspIRCd::Run()
 
                        if ((TIME % 5) == 0)
                        {
-                               XLines->expire_lines();
                                FOREACH_MOD_I(this,I_OnBackgroundTimer,OnBackgroundTimer(TIME));
                                Timers->TickMissedTimers(TIME);
                        }