mirror of
https://github.com/anope/anope.git
synced 2026-06-27 09:06:38 +02:00
Route message tags into more message functions.
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ void BotInfo::Part(Channel *c, const Anope::string &reason)
|
||||
FOREACH_MOD(OnPartChannel, (this, c, c->name, reason));
|
||||
}
|
||||
|
||||
void BotInfo::OnMessage(User *u, const Anope::string &message)
|
||||
void BotInfo::OnMessage(User *u, const Anope::string &message, const Anope::map<Anope::string> &tags)
|
||||
{
|
||||
if (this->commands.empty())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user