1
0
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:
Adam
2011-02-09 20:09:26 -05:00
parent eec897762c
commit f463b772b0
11 changed files with 7 additions and 137 deletions
+1
View File
@@ -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;
}
}