summaryrefslogtreecommitdiff
path: root/modules/commands/bs_kick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/bs_kick.cpp')
-rw-r--r--modules/commands/bs_kick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp
index 252220d09..3f7cc16c2 100644
--- a/modules/commands/bs_kick.cpp
+++ b/modules/commands/bs_kick.cpp
@@ -680,10 +680,10 @@ struct UserData : ExtensibleItem
};
-class BanDataPurger : public CallBack
+class BanDataPurger : public Timer
{
public:
- BanDataPurger(Module *owner) : CallBack(owner, 300, Anope::CurTime, true) { }
+ BanDataPurger(Module *o) : Timer(o, 300, Anope::CurTime, true) { }
void Tick(time_t) anope_override
{