From 4487dde76ffbdb21e7dc319b3b87d09c3cf60d8c Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 21 Oct 2007 12:22:39 +0000 Subject: 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 --- src/modules/m_ident.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/m_ident.cpp') 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; -- cgit v1.2.3