diff options
| author | 2007-01-08 19:58:16 +0000 | |
|---|---|---|
| committer | 2007-01-08 19:58:16 +0000 | |
| commit | 7a9d31a46328de9c12e09c6f5620d39251efdf34 (patch) | |
| tree | 10204518c01d8b7e857b13b111903e8d26a4575a /src/cmd_whowas.cpp | |
| parent | Tweaks to mode parser (diff) | |
cmd_whowas now uses the shiny new repeating timer.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6266 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_whowas.cpp')
| -rw-r--r-- | src/cmd_whowas.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cmd_whowas.cpp b/src/cmd_whowas.cpp index 6b2d31919..37e3e574e 100644 --- a/src/cmd_whowas.cpp +++ b/src/cmd_whowas.cpp @@ -350,7 +350,4 @@ void MaintainTimer::Tick(time_t t) std::deque<classbase*> params; whowas_command->HandleInternal(WHOWAS_MAINTAIN, params); } - - timer = new MaintainTimer(ServerInstance, 3600); - ServerInstance->Timers->AddTimer(timer); } |
