1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 07:53:12 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2021-05-31 20:57:48 +01:00
21 changed files with 50 additions and 40 deletions
+2
View File
@@ -179,6 +179,7 @@ class CommandNSRegister : public Command
}
if (Config->GetModule("nickserv")->Get<bool>("restrictopernicks"))
{
for (unsigned i = 0; i < Oper::opers.size(); ++i)
{
Oper *o = Oper::opers[i];
@@ -189,6 +190,7 @@ class CommandNSRegister : public Command
return;
}
}
}
unsigned int passlen = Config->GetModule("nickserv")->Get<unsigned>("passlen", "32");