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 db92689d7..06e457f21 100644
--- a/modules/chanstats.cpp
+++ b/modules/chanstats.cpp
@@ -581,7 +581,7 @@ public:
this->RunQuery(query);
}
- void OnPrivmsg(User *u, Channel *c, Anope::string &msg) override
+ void OnPrivmsg(User *u, Channel *c, Anope::string &msg, const Anope::map<Anope::string> &tags) override
{
if (!c->ci || !cs_stats.HasExt(c->ci))
return;