mirror of
https://github.com/anope/anope.git
synced 2026-07-02 03:06:38 +02:00
Route message tags into more message functions.
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
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 (!u || !c || !c->ci || !c->ci->bi || msg.empty() || msg[0] == '\1')
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user