diff options
| author | 2007-01-07 21:17:41 +0000 | |
|---|---|---|
| committer | 2007-01-07 21:17:41 +0000 | |
| commit | 8d948ff975c815cb32300354244b1bab263af155 (patch) | |
| tree | 1565a3aad6f10b6ddf8cb50216ef11f3e79abb77 /src/inspircd.cpp | |
| parent | DNS Stuff - this wont work right yet, it will soon (tm) (diff) | |
| download | inspircd++-8d948ff975c815cb32300354244b1bab263af155.tar.gz inspircd++-8d948ff975c815cb32300354244b1bab263af155.tar.bz2 inspircd++-8d948ff975c815cb32300354244b1bab263af155.zip | |
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()); } |
