mirror of
https://github.com/anope/anope.git
synced 2026-06-26 15:36:38 +02:00
Remove the non-tagged version of IRCDMessage::Run.
This commit is contained in:
@@ -502,10 +502,3 @@ 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