From 3728a0bda1cf010520c4fae821fc9c98b2adb083 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 31 May 2021 20:53:29 +0100 Subject: Fix some misleading indentation in ns_register. --- modules/commands/ns_register.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/commands') diff --git a/modules/commands/ns_register.cpp b/modules/commands/ns_register.cpp index a4aa9f082..4ff4cca44 100644 --- a/modules/commands/ns_register.cpp +++ b/modules/commands/ns_register.cpp @@ -179,6 +179,7 @@ class CommandNSRegister : public Command } if (Config->GetModule("nickserv")->Get("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("passlen", "32"); -- cgit