]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Tidy up old MaintainWhoWas.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 7 Jan 2007 21:17:41 +0000 (21:17 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 7 Jan 2007 21:17:41 +0000 (21:17 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6251 e03df62e-2008-0410-955e-edbf42e46eb7

src/inspircd.cpp

index 47b6d278b44d8b29f66a74e1df1524bea33382e4..efb842f60ac1e473241df1022bd8bd9c04e003ec 100644 (file)
@@ -821,7 +821,6 @@ void InspIRCd::DoOneIteration(bool process_module_sockets)
                        WriteOpers("*** \002EH?!\002 -- Time is flowing BACKWARDS in this dimension! Clock drifted backwards %d secs.",abs(OLDTIME-TIME));
                if ((TIME % 3600) == 0)
                {
-                       //MaintainWhoWas(this, TIME);
                        this->RehashUsersAndChans();
                        FOREACH_MOD_I(this, I_OnGarbageCollect, OnGarbageCollect());
                }