summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 12:22:39 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-21 12:22:39 +0000
commit4487dde76ffbdb21e7dc319b3b87d09c3cf60d8c (patch)
treeba24a999e2d1d9a5d708ef3df66058d35d18f410 /src/modules
parent7c5ab78be2fabce6d11e13ec819799527ddb738c (diff)
Remove next_call garbage.. It didn't really do much more than obfuscate things. InspIRCd::DoBackgroundUserStuff() is now called once per second, roughly. This will (of course) not be going into 1.1.x
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8241 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_ident.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp
index 9926e5350..9a3c595a6 100644
--- a/src/modules/m_ident.cpp
+++ b/src/modules/m_ident.cpp
@@ -320,7 +320,6 @@ class IdentRequestSocket : public EventHandler
if (*ident && ServerInstance->IsIdent(ident))
{
result = ident;
- ServerInstance->next_call = ServerInstance->Time();
}
break;