diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-07 21:17:41 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-07 21:17:41 +0000 |
commit | 8d948ff975c815cb32300354244b1bab263af155 (patch) | |
tree | 1565a3aad6f10b6ddf8cb50216ef11f3e79abb77 /src/inspircd.cpp | |
parent | dac672cf303ce44dc5f877a5f9f7e5aee64b95e1 (diff) |
Tidy up old MaintainWhoWas.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6251 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 47b6d278b..efb842f60 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -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()); } |