1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 09:33:13 +02:00

Actually made the nickserv block optional

This commit is contained in:
Adam
2011-08-17 22:05:47 -04:00
parent f41081ba51
commit 487d828fa0
3 changed files with 34 additions and 23 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ class InspircdIRCdMessage : public IRCdMessage
if (na->nc->HasFlag(NI_UNCONFIRMED))
user->SetMode(findbot(Config->NickServ), UMODE_REGISTERED);
}
else
else if (nickserv)
nickserv->Validate(user);
}
}