diff options
Diffstat (limited to 'modules/chanstats.cpp')
-rw-r--r-- | modules/chanstats.cpp | 2 |
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 ¶m) override + EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelMode *mode, const ModeData &data) override { this->OnModeChange(c, setter.GetUser()); return EVENT_CONTINUE; |