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:
@@ -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> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user