1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 01:53:13 +02:00

Route message tags into more message functions.

This commit is contained in:
Sadie Powell
2024-02-22 12:00:40 +00:00
parent 7cba665270
commit 7423fa9998
16 changed files with 30 additions and 26 deletions
+1 -1
View File
@@ -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;