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 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; |