diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-02 12:51:22 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-02 12:51:22 +0000 |
commit | 68b55aa455ad78bb5939aa7c94645df2d339bec1 (patch) | |
tree | 1820b5ed16295e8d14db5b45982829f215f7b933 /src/inspircd.cpp | |
parent | 786093b7515e923921f65125ab5bf18f2279f923 (diff) |
XLines now only checked for expiry on positive hit. saves us a honking big O(n) loop.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8458 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2f00b9f2e..095787376 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -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); } |