mirror of
https://github.com/anope/anope.git
synced 2026-06-27 19:46:38 +02:00
Removed a lot of the old capab flags we dont/have never used
This commit is contained in:
@@ -574,6 +574,7 @@ bool IRCdMessage::OnCapab(const Anope::string &, const std::vector<Anope::string
|
||||
if (Capab_Info[j].Token.equals_ci(params[i]))
|
||||
{
|
||||
Capab.SetFlag(Capab_Info[j].Flag);
|
||||
Log(LOG_DEBUG) << "Capab: Enabling " << Capab_Info[j].Token;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user