mirror of
https://github.com/anope/anope.git
synced 2026-06-25 04:16:39 +02:00
Update the core message parser to allow parsing IRCv3 message tags.
This commit is contained in:
@@ -502,3 +502,10 @@ unsigned IRCDMessage::GetParamCount() const
|
||||
{
|
||||
return this->param_count;
|
||||
}
|
||||
|
||||
void IRCDMessage::Run(MessageSource &source, const std::vector<Anope::string> ¶ms, const Anope::map<Anope::string> &tags)
|
||||
{
|
||||
// Most IRCds don't support message tags yet so use the tagless variant.
|
||||
Run(source, params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user