summaryrefslogtreecommitdiff
path: root/src/core/ns_recover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_recover.c')
-rw-r--r--src/core/ns_recover.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ns_recover.c b/src/core/ns_recover.c
index 98e4a9512..9c1453bdf 100644
--- a/src/core/ns_recover.c
+++ b/src/core/ns_recover.c
@@ -22,6 +22,7 @@ class CommandNSRecover : public Command
public:
CommandNSRecover() : Command("RECOVER", 1, 2)
{
+ this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
CommandReturn Execute(User *u, std::vector<std::string> &params)