summaryrefslogtreecommitdiff
path: root/modules/chanstats.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-22 12:00:40 +0000
committerSadie Powell <sadie@witchery.services>2024-02-22 13:03:53 +0000
commit7423fa9998d7e7082cac63eda18ae785091ea1b0 (patch)
treeceda569b8b0148c7cbfca25c71e7e5a0a0d45710 /modules/chanstats.cpp
parent7cba665270958b6e25add883df73df4976259e54 (diff)
Route message tags into more message functions.
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;