summaryrefslogtreecommitdiff
path: root/modules/chanstats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/chanstats.cpp')
-rw-r--r--modules/chanstats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/chanstats.cpp b/modules/chanstats.cpp
index 97a03b013..2f48c8abf 100644
--- a/modules/chanstats.cpp
+++ b/modules/chanstats.cpp
@@ -540,7 +540,7 @@ public:
this->RunQuery(query);
}
- EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelMode *mode, const Anope::string &param) override
+ EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelMode *mode, const ModeData &data) override
{
this->OnModeChange(c, setter.GetUser());
return EVENT_CONTINUE;