diff options
Diffstat (limited to 'modules/commands/cs_seen.cpp')
-rw-r--r-- | modules/commands/cs_seen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_seen.cpp b/modules/commands/cs_seen.cpp index cd12695aa..10c23dd53 100644 --- a/modules/commands/cs_seen.cpp +++ b/modules/commands/cs_seen.cpp @@ -293,10 +293,10 @@ class CommandSeen : public Command } }; -class DataBasePurger : public CallBack +class DataBasePurger : public Timer { public: - DataBasePurger(Module *owner) : CallBack(owner, 300, Anope::CurTime, true) { } + DataBasePurger(Module *o) : Timer(o, 300, Anope::CurTime, true) { } void Tick(time_t) anope_override { |