1
0
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:
Sadie Powell
2020-09-11 21:24:43 +01:00
parent f430522b41
commit 9d6dd4af11
12 changed files with 137 additions and 145 deletions
-7
View File
@@ -502,10 +502,3 @@ unsigned IRCDMessage::GetParamCount() const
{
return this->param_count;
}
void IRCDMessage::Run(MessageSource &source, const std::vector<Anope::string> &params, const Anope::map<Anope::string> &tags)
{
// Most IRCds don't support message tags yet so use the tagless variant.
Run(source, params);
}