mirror of
https://github.com/anope/anope.git
synced 2026-06-26 12:16:38 +02:00
Route message tags into more message functions.
This commit is contained in:
@@ -84,5 +84,5 @@ public:
|
||||
|
||||
void OnTopicUpdated(User *source, Channel *c, const Anope::string &user, const Anope::string &topic) override;
|
||||
|
||||
void OnBotNotice(User *u, BotInfo *bi, Anope::string &message) override;
|
||||
void OnBotNotice(User *u, BotInfo *bi, Anope::string &message, const Anope::map<Anope::string> &tags) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user