1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 23:26:38 +02:00

Allow NS REGISTER to unregistered nicks, silly oversight. Thanks DP! :)

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2083 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-16 11:54:03 +00:00
parent c8422a6029
commit 04fe8e623c
+1
View File
@@ -216,6 +216,7 @@ class CommandNSRegister : public CommandNSConfirm
public:
CommandNSRegister() : CommandNSConfirm("REGISTER", 1, 2)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)