From 04fe8e623cc87fc07388dcb3701e348211fa8125 Mon Sep 17 00:00:00 2001 From: rburchell Date: Mon, 16 Feb 2009 11:54:03 +0000 Subject: [PATCH] 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 --- src/core/ns_register.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/ns_register.c b/src/core/ns_register.c index 47978ad11..a899ca760 100644 --- a/src/core/ns_register.c +++ b/src/core/ns_register.c @@ -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 ¶ms)